Html Css Color HEX #34976D Eucalyptus

📋 copy color: '#34976D'

red 52 ◦ green 151 ◦ blue 109

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

Shades of Eucalyptus #34976D

Tints of Eucalyptus #34976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

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

R = 16.67%
G = 48.4%
B = 34.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#34976D (or 0x34976D) is known color: Eucalyptus. HEX triplet: 34, 97 and 6D. RGB value is (52,151,109). Sum of RGB (Red+Green+Blue) = 52+151+109=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #34976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976D is #CB6892. Grayscale: #747474. Windows color (decimal): -13330579 or 7182132. OLE color: 7182132.

HSL color Cylindrical-coordinate representation of color #34976D: hue angle of 154.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34976D is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 109 -
CMYK 0.66 0 0.28 0.41
HSL 154.55º 0.49% 0.4% -
HSV(B) 154.55º 0.66% 0.59% -
XYZ 15.24 23.97 18.29 -
YUV 116.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 52 151 109 0.66 0 0.28 0.41 154.55 0.49 0.4
Hex 34 97 6D 42 0 1C 29 9B 31 28
Octal 64 227 155 102 0 34 51 233 61 50
Binary 110100 10010111 1101101 1000010 0 11100 101001 10011011 110001 101000

Color Harmonies of #34976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34976D

Black with #34976D

Text Example


Text Example

White with #34976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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