#33731F

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

Shades of Bilbao #33731F

Tints of Bilbao #33731F

Color information

#33731F (or 0x33731F) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 1F. RGB value is (51,115,31). Sum of RGB (Red+Green+Blue) = 51+115+31=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #33731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33731F is #CC8CE0. Grayscale: #565656. Windows color (decimal): -13405409 or 2061107. OLE color: 2061107.

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

Color convert

RGB5111531-
CMYK0.5600.730.55
HSL105.71º57.53%28.63%-
HSV(B)105.71º73.04%45.1%-
XYZ7.7413.063.41-
YUV86.2996.8102.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=25.89%
G=58.38%
B=15.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115310.5600.730.55105.7157.5328.63
Hex33731F38049376a3a1d
Octal6316337700111671527235
Binary11001111100111111111100001001001110111110101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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