#27720D

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

Shades of Bilbao #27720D

Tints of Bilbao #27720D

Color information

#27720D (or 0x27720D) is unknown color: approx Bilbao. HEX triplet: 27, 72 and 0D. RGB value is (39,114,13). Sum of RGB (Red+Green+Blue) = 39+114+13=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #27720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27720D is #D88DF2. Grayscale: #505050. Windows color (decimal): -14192115 or 881191. OLE color: 881191.

HSL color Cylindrical-coordinate representation of color #27720D: hue angle of 104.55º 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 #27720D is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB3911413-
CMYK0.6600.890.55
HSL104.55º79.53%24.9%-
HSV(B)104.55º88.6%44.71%-
XYZ6.9312.52.43-
YUV80.0690.1598.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=23.49%
G=68.67%
B=7.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114130.6600.890.55104.5579.5324.9
Hex2772D4205937695019
Octal471621510201316715112031
Binary100111111001011011000010010110011101111101001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,114,13); }

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

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

 a { background-color: rgb(39,114,13); }

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

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

 span { border-color: rgb(39,114,13); }

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