#33731B

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

Shades of Bilbao #33731B

Tints of Bilbao #33731B

Color information

#33731B (or 0x33731B) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 1B. RGB value is (51,115,27). Sum of RGB (Red+Green+Blue) = 51+115+27=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #33731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33731B is #CC8CE4. Grayscale: #565656. Windows color (decimal): -13405413 or 1798963. OLE color: 1798963.

HSL color Cylindrical-coordinate representation of color #33731B: hue angle of 103.64º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33731B is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB5111527-
CMYK0.5600.770.55
HSL103.64º61.97%27.84%-
HSV(B)103.64º76.52%45.1%-
XYZ7.6913.043.15-
YUV85.8394.8103.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=26.42%
G=59.59%
B=13.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115270.5600.770.55103.6461.9727.84
Hex33731B3804D37683e1c
Octal6316333700115671507634
Binary11001111100111101111100001001101110111110100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33731B; }

 p { color: rgb(51,115,27); }

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

<style>
 a { background-color: #33731B; }

 a { background-color: rgb(51,115,27); }

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

<style>
 span { border-color: #33731B; }

 span { border-color: rgb(51,115,27); }

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