#27A470

Color #27A470 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #27A470

Tints of Eucalyptus #27A470

Color information

#27A470 (or 0x27A470) is unknown color: approx Eucalyptus. HEX triplet: 27, A4 and 70. RGB value is (39,164,112). Sum of RGB (Red+Green+Blue) = 39+164+112=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #27A470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A470 is #D85B8F. Grayscale: #787878. Windows color (decimal): -14179216 or 7382055. OLE color: 7382055.

HSL color Cylindrical-coordinate representation of color #27A470: hue angle of 155.04º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A470 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB39164112-
CMYK0.7600.320.36
HSL155.04º61.58%39.8%-
HSV(B)155.04º76.22%64.31%-
XYZ17.0428.1519.87-
YUV120.7123.0969.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=12.38%
G=52.06%
B=35.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391641120.7600.320.36155.0461.5839.8
Hex27A4704C020249b3e28
Octal47244160114040442337650
Binary1001111010010011100001001100010000010010010011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A470; }

 p { color: rgb(39,164,112); }

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

<style>
 a { background-color: #27A470; }

 a { background-color: rgb(39,164,112); }

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

<style>
 span { border-color: #27A470; }

 span { border-color: rgb(39,164,112); }

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