#27770D

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

Shades of Bilbao #27770D

Tints of Bilbao #27770D

Color information

#27770D (or 0x27770D) is unknown color: approx Bilbao. HEX triplet: 27, 77 and 0D. RGB value is (39,119,13). Sum of RGB (Red+Green+Blue) = 39+119+13=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #27770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27770D is #D888F2. Grayscale: #535353. Windows color (decimal): -14190835 or 882471. OLE color: 882471.

HSL color Cylindrical-coordinate representation of color #27770D: hue angle of 105.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27770D is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB3911913-
CMYK0.6700.890.53
HSL105.28º80.3%25.88%-
HSV(B)105.28º89.08%46.67%-
XYZ7.5113.652.62-
YUV8388.596.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=22.81%
G=69.59%
B=7.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119130.6700.890.53105.2880.325.88
Hex2777D430593569501a
Octal471671510301316515112032
Binary100111111011111011000011010110011101011101001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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