#239C60

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

Shades of Eucalyptus #239C60

Tints of Eucalyptus #239C60

Color information

#239C60 (or 0x239C60) is unknown color: approx Eucalyptus. HEX triplet: 23, 9C and 60. RGB value is (35,156,96). Sum of RGB (Red+Green+Blue) = 35+156+96=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #239C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239C60 is #DC639F. Grayscale: #717171. Windows color (decimal): -14443424 or 6331427. OLE color: 6331427.

HSL color Cylindrical-coordinate representation of color #239C60: hue angle of 150.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239C60 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB3515696-
CMYK0.7800.380.39
HSL150.25º63.35%37.45%-
HSV(B)150.25º77.56%61.18%-
XYZ14.6924.9815.11-
YUV112.98118.4172.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=12.20%
G=54.36%
B=33.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35156960.7800.380.39150.2563.3537.45
Hex239C604E02627963f25
Octal43234140116046472267745
Binary1000111001110011000001001110010011010011110010110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239C60; }

 p { color: rgb(35,156,96); }

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

<style>
 a { background-color: #239C60; }

 a { background-color: rgb(35,156,96); }

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

<style>
 span { border-color: #239C60; }

 span { border-color: rgb(35,156,96); }

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