Html Css Color HEX #34A15C Eucalyptus

📋 copy color: '#34A15C'

red 52 ◦ green 161 ◦ blue 92

#34A15C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #34A15C

Tints of Eucalyptus #34A15C

RGB

 RED value IS 52 (20.7% from 255) = 17.05%

 GREEN value IS 161 (63.28% from 255) = 52.79%

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 17.05%
G = 52.79%
B = 30.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#34A15C (or 0x34A15C) is known color: Eucalyptus. HEX triplet: 34, A1 and 5C. RGB value is (52,161,92). Sum of RGB (Red+Green+Blue) = 52+161+92=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #34A15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A15C is #CB5EA3. Grayscale: #787878. Windows color (decimal): -13328036 or 6070580. OLE color: 6070580.

HSL color Cylindrical-coordinate representation of color #34A15C: hue angle of 142.02º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A15C is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 161 92 -
CMYK 0.68 0 0.43 0.37
HSL 142.02º 0.51% 0.42% -
HSV(B) 142.02º 0.68% 0.63% -
XYZ 16.09 26.99 14.49 -
YUV 120.54 111.89 79.11 -
System Red Green Blue C M Y K H S L
Decimal 52 161 92 0.68 0 0.43 0.37 142.02 0.51 0.42
Hex 34 A1 5C 44 0 2B 25 8E 33 2A
Octal 64 241 134 104 0 53 45 216 63 52
Binary 110100 10100001 1011100 1000100 0 101011 100101 10001110 110011 101010

Color Harmonies of #34A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A15C

Black with #34A15C

Text Example


Text Example

White with #34A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,161,92); }

 H1.HeaderClassName
 {
   color: #34A15C;
 }
 .AnyTagClassName
 {
   color: #34A15C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,161,92); }

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

border-color css

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

 span { border-color: rgb(52,161,92); }

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