#36750A

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

Shades of Bilbao #36750A

Tints of Bilbao #36750A

Color information

#36750A (or 0x36750A) is unknown color: approx Bilbao. HEX triplet: 36, 75 and 0A. RGB value is (54,117,10). Sum of RGB (Red+Green+Blue) = 54+117+10=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #36750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36750A is #C98AF5. Grayscale: #565656. Windows color (decimal): -13208310 or 685366. OLE color: 685366.

HSL color Cylindrical-coordinate representation of color #36750A: hue angle of 95.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36750A is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB5411710-
CMYK0.5400.910.54
HSL95.33º84.25%24.9%-
HSV(B)95.33º91.45%45.88%-
XYZ7.9413.532.48-
YUV85.9685.13105.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 117 (46.09% from 255) = 64.64%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=29.83%
G=64.64%
B=5.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117100.5400.910.5495.3384.2524.9
Hex3675A3605B365f5419
Octal66165126601336613712431
Binary11011011101011010110110010110111101101011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36750A; }

 p { color: rgb(54,117,10); }

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

<style>
 a { background-color: #36750A; }

 a { background-color: rgb(54,117,10); }

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

<style>
 span { border-color: #36750A; }

 span { border-color: rgb(54,117,10); }

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