#33701C

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

Shades of Bilbao #33701C

Tints of Bilbao #33701C

Color information

#33701C (or 0x33701C) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 1C. RGB value is (51,112,28). Sum of RGB (Red+Green+Blue) = 51+112+28=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #33701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33701C is #CC8FE3. Grayscale: #545454. Windows color (decimal): -13406180 or 1863731. OLE color: 1863731.

HSL color Cylindrical-coordinate representation of color #33701C: hue angle of 103.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33701C is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB5111228-
CMYK0.5400.750.56
HSL103.57º60%27.45%-
HSV(B)103.57º75%43.92%-
XYZ7.3712.383.1-
YUV84.1896.29104.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 112 (44.14% from 255) = 58.64%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=26.70%
G=58.64%
B=14.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112280.5400.750.56103.576027.45
Hex33701C3604B38683c1b
Octal6316034660113701507433
Binary11001111100001110011011001001011111000110100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33701C; }

 p { color: rgb(51,112,28); }

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

<style>
 a { background-color: #33701C; }

 a { background-color: rgb(51,112,28); }

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

<style>
 span { border-color: #33701C; }

 span { border-color: rgb(51,112,28); }

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