#33751F

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

Shades of Bilbao #33751F

Tints of Bilbao #33751F

Color information

#33751F (or 0x33751F) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 1F. RGB value is (51,117,31). Sum of RGB (Red+Green+Blue) = 51+117+31=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #33751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33751F is #CC8AE0. Grayscale: #575757. Windows color (decimal): -13404897 or 2061619. OLE color: 2061619.

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

Color convert

RGB5111731-
CMYK0.5600.740.54
HSL106.05º58.11%29.02%-
HSV(B)106.05º73.5%45.88%-
XYZ7.9713.533.49-
YUV87.4696.13101.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=25.63%
G=58.79%
B=15.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117310.5600.740.54106.0558.1129.02
Hex33751F3804A366a3a1d
Octal6316537700112661527235
Binary11001111101011111111100001001010110110110101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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