#229C63

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

Shades of Eucalyptus #229C63

Tints of Eucalyptus #229C63

Color information

#229C63 (or 0x229C63) is unknown color: approx Eucalyptus. HEX triplet: 22, 9C and 63. RGB value is (34,156,99). Sum of RGB (Red+Green+Blue) = 34+156+99=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #229C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C63 is #DD639C. Grayscale: #717171. Windows color (decimal): -14508957 or 6528034. OLE color: 6528034.

HSL color Cylindrical-coordinate representation of color #229C63: hue angle of 151.97º degrees, saturation: 0.64, 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 #229C63 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB3415699-
CMYK0.7800.370.39
HSL151.97º64.21%37.25%-
HSV(B)151.97º78.21%61.18%-
XYZ14.825.0215.85-
YUV113.02120.0871.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 156 (61.33% from 255) = 53.98%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=11.76%
G=53.98%
B=34.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34156990.7800.370.39151.9764.2137.25
Hex229C634E02527984025
Octal422341431160454723010045
Binary10001010011100110001110011100100101100111100110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229C63; }

 p { color: rgb(34,156,99); }

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

<style>
 a { background-color: #229C63; }

 a { background-color: rgb(34,156,99); }

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

<style>
 span { border-color: #229C63; }

 span { border-color: rgb(34,156,99); }

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