Html Css Color HEX #34A15D Eucalyptus

📋 copy color: '#34A15D'

red 52 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #34A15D

Tints of Eucalyptus #34A15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 16.99%
G = 52.61%
B = 30.39%

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

#34A15D (or 0x34A15D) is known color: Eucalyptus. HEX triplet: 34, A1 and 5D. RGB value is (52,161,93). Sum of RGB (Red+Green+Blue) = 52+161+93=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #34A15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A15D is #CB5EA2. Grayscale: #787878. Windows color (decimal): -13328035 or 6136116. OLE color: 6136116.

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

Color convert

RGB 52 161 93 -
CMYK 0.68 0 0.42 0.37
HSL 142.57º 0.51% 0.42% -
HSV(B) 142.57º 0.68% 0.63% -
XYZ 16.14 27.01 14.72 -
YUV 120.66 112.39 79.03 -
System Red Green Blue C M Y K H S L
Decimal 52 161 93 0.68 0 0.42 0.37 142.57 0.51 0.42
Hex 34 A1 5D 44 0 2A 25 8F 33 2A
Octal 64 241 135 104 0 52 45 217 63 52
Binary 110100 10100001 1011101 1000100 0 101010 100101 10001111 110011 101010

Color Harmonies of #34A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A15D

Black with #34A15D

Text Example


Text Example

White with #34A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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