Html Css Color HEX #34A15E Eucalyptus

📋 copy color: '#34A15E'

red 52 ◦ green 161 ◦ blue 94

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

Shades of Eucalyptus #34A15E

Tints of Eucalyptus #34A15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 16.94%
G = 52.44%
B = 30.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#34A15E (or 0x34A15E) is known color: Eucalyptus. HEX triplet: 34, A1 and 5E. RGB value is (52,161,94). Sum of RGB (Red+Green+Blue) = 52+161+94=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #34A15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A15E is #CB5EA1. Grayscale: #787878. Windows color (decimal): -13328034 or 6201652. OLE color: 6201652.

HSL color Cylindrical-coordinate representation of color #34A15E: hue angle of 143.12º 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 #34A15E is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 161 94 -
CMYK 0.68 0 0.42 0.37
HSL 143.12º 0.51% 0.42% -
HSV(B) 143.12º 0.68% 0.63% -
XYZ 16.18 27.03 14.95 -
YUV 120.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 52 161 94 0.68 0 0.42 0.37 143.12 0.51 0.42
Hex 34 A1 5E 44 0 2A 25 8F 33 2A
Octal 64 241 136 104 0 52 45 217 63 52
Binary 110100 10100001 1011110 1000100 0 101010 100101 10001111 110011 101010

Color Harmonies of #34A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A15E

Black with #34A15E

Text Example


Text Example

White with #34A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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