#34A663

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

Shades of Eucalyptus #34A663

Tints of Eucalyptus #34A663

Color information

#34A663 (or 0x34A663) is unknown color: approx Eucalyptus. HEX triplet: 34, A6 and 63. RGB value is (52,166,99). Sum of RGB (Red+Green+Blue) = 52+166+99=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #34A663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A663 is #CB599C. Grayscale: #7C7C7C. Windows color (decimal): -13326749 or 6530612. OLE color: 6530612.

HSL color Cylindrical-coordinate representation of color #34A663: hue angle of 144.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A663 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB5216699-
CMYK0.6900.400.35
HSL144.74º52.29%42.75%-
HSV(B)144.74º68.67%65.1%-
XYZ17.328.916.47-
YUV124.28113.7376.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=16.40%
G=52.37%
B=31.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52166990.6900.400.35144.7452.2942.75
Hex34A663450282391342b
Octal64246143105050432216453
Binary1101001010011011000111000101010100010001110010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A663; }

 p { color: rgb(52,166,99); }

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

<style>
 a { background-color: #34A663; }

 a { background-color: rgb(52,166,99); }

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

<style>
 span { border-color: #34A663; }

 span { border-color: rgb(52,166,99); }

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