#33740D

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

Shades of Bilbao #33740D

Tints of Bilbao #33740D

Color information

#33740D (or 0x33740D) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 0D. RGB value is (51,116,13). Sum of RGB (Red+Green+Blue) = 51+116+13=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #33740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33740D is #CC8BF2. Grayscale: #555555. Windows color (decimal): -13405171 or 881715. OLE color: 881715.

HSL color Cylindrical-coordinate representation of color #33740D: hue angle of 97.86º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33740D is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB5111613-
CMYK0.5600.890.55
HSL97.86º79.84%25.29%-
HSV(B)97.86º88.79%45.49%-
XYZ7.6813.222.53-
YUV84.8287.47103.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 116 (45.70% from 255) = 64.44%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=28.33%
G=64.44%
B=7.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116130.5600.890.5597.8679.8425.29
Hex3374D3805937625019
Octal63164157001316714212031
Binary11001111101001101111000010110011101111100010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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