#3CA269

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

Shades of Eucalyptus #3CA269

Tints of Eucalyptus #3CA269

Color information

#3CA269 (or 0x3CA269) is unknown color: approx Eucalyptus. HEX triplet: 3C, A2 and 69. RGB value is (60,162,105). Sum of RGB (Red+Green+Blue) = 60+162+105=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA269 is #C35D96. Grayscale: #7D7D7D. Windows color (decimal): -12803479 or 6922812. OLE color: 6922812.

HSL color Cylindrical-coordinate representation of color #3CA269: hue angle of 146.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA269 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB60162105-
CMYK0.6300.350.36
HSL146.47º45.95%43.53%-
HSV(B)146.47º62.96%63.53%-
XYZ17.3327.8217.82-
YUV125116.7181.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=18.35%
G=49.54%
B=32.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621050.6300.350.36146.4745.9543.53
Hex3CA2693F02324922e2c
Octal7424215177043442225654
Binary111100101000101101001111111010001110010010010010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA269; }

 p { color: rgb(60,162,105); }

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

<style>
 a { background-color: #3CA269; }

 a { background-color: rgb(60,162,105); }

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

<style>
 span { border-color: #3CA269; }

 span { border-color: rgb(60,162,105); }

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