#33831e

Color #33831E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #33831E

Tints of Bilbao #33831E

Color information

#33831E (or 0x33831E) is unknown color: approx Bilbao. HEX triplet: 33, 83 and 1E. RGB value is (51,131,30). Sum of RGB (Red+Green+Blue) = 51+131+30=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #33831E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33831E is #CC7CE1. Grayscale: #5F5F5F. Windows color (decimal): -13401314 or 1999667. OLE color: 1999667.

HSL color Cylindrical-coordinate representation of color #33831E: hue angle of 107.52º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33831E is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB5113130-
CMYK0.6100.770.49
HSL107.52º62.73%31.57%-
HSV(B)107.52º77.1%51.37%-
XYZ9.7217.034-
YUV95.579196.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 131 (51.56% from 255) = 61.79%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=24.06%
G=61.79%
B=14.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131300.6100.770.49107.5262.7331.57
Hex33831E3D04D316c3f20
Octal6320336750115611547740
Binary1100111000001111110111101010011011100011101100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33831e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33831e; }

 p { color: rgb(51,131,30); }

 H1.HeaderClassName
 {
   color: #33831e;
 }
 .AnyTagClassName
 {
   color: #33831e;
 }
</style>
background-color css

<style>
 a { background-color: #33831e; }

 a { background-color: rgb(51,131,30); }

 div.DivClassName
 {
   background-color: #33831e;
 }
 .BgClassName
 {
   background-color: #33831e;
 }
</style>
border-color css

<style>
 span { border-color: #33831e; }

 span { border-color: rgb(51,131,30); }

 td.TdClassName
 {
   border-color: #33831e;
 }
 .TagClassName
 {
   border-color: #33831e;
 }
</style>