Html Css Color HEX #34956D Eucalyptus

📋 copy color: '#34956D'

red 52 ◦ green 149 ◦ blue 109

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

Shades of Eucalyptus #34956D

Tints of Eucalyptus #34956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 16.77%
G = 48.06%
B = 35.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#34956D (or 0x34956D) is known color: Eucalyptus. HEX triplet: 34, 95 and 6D. RGB value is (52,149,109). Sum of RGB (Red+Green+Blue) = 52+149+109=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #34956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34956D is #CB6A92. Grayscale: #737373. Windows color (decimal): -13331091 or 7181620. OLE color: 7181620.

HSL color Cylindrical-coordinate representation of color #34956D: hue angle of 155.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34956D is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 109 -
CMYK 0.65 0 0.27 0.42
HSL 155.26º 0.48% 0.39% -
HSV(B) 155.26º 0.65% 0.58% -
XYZ 14.92 23.33 18.18 -
YUV 115.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 52 149 109 0.65 0 0.27 0.42 155.26 0.48 0.39
Hex 34 95 6D 41 0 1B 2A 9B 30 27
Octal 64 225 155 101 0 33 52 233 60 47
Binary 110100 10010101 1101101 1000001 0 11011 101010 10011011 110000 100111

Color Harmonies of #34956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34956D

Black with #34956D

Text Example


Text Example

White with #34956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34956D; }

 p { color: rgb(52,149,109); }

 H1.HeaderClassName
 {
   color: #34956D;
 }
 .AnyTagClassName
 {
   color: #34956D;
 }
</style>

background-color css

<style>
 a { background-color: #34956D; }

 a { background-color: rgb(52,149,109); }

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

border-color css

<style>
 span { border-color: #34956D; }

 span { border-color: rgb(52,149,109); }

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