#33870D

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

Shades of Bilbao #33870D

Tints of Bilbao #33870D

Color information

#33870D (or 0x33870D) is unknown color: approx Bilbao. HEX triplet: 33, 87 and 0D. RGB value is (51,135,13). Sum of RGB (Red+Green+Blue) = 51+135+13=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #33870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33870D is #CC78F2. Grayscale: #606060. Windows color (decimal): -13400307 or 886579. OLE color: 886579.

HSL color Cylindrical-coordinate representation of color #33870D: hue angle of 101.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33870D is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB5113513-
CMYK0.6200.900.47
HSL101.31º82.43%29.02%-
HSV(B)101.31º90.37%52.94%-
XYZ10.118.063.33-
YUV95.9881.1795.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 135 (53.12% from 255) = 67.84%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=25.63%
G=67.84%
B=6.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135130.6200.900.47101.3182.4329.02
Hex3387D3E05A2F65521d
Octal63207157601325714512235
Binary110011100001111101111110010110101011111100101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33870D; }

 p { color: rgb(51,135,13); }

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

<style>
 a { background-color: #33870D; }

 a { background-color: rgb(51,135,13); }

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

<style>
 span { border-color: #33870D; }

 span { border-color: rgb(51,135,13); }

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