Html Css Color HEX #34946D Eucalyptus

📋 copy color: '#34946D'

red 52 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #34946D

Tints of Eucalyptus #34946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 16.83%
G = 47.9%
B = 35.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#34946D (or 0x34946D) is known color: Eucalyptus. HEX triplet: 34, 94 and 6D. RGB value is (52,148,109). Sum of RGB (Red+Green+Blue) = 52+148+109=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #34946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34946D is #CB6B92. Grayscale: #727272. Windows color (decimal): -13331347 or 7181364. OLE color: 7181364.

HSL color Cylindrical-coordinate representation of color #34946D: hue angle of 155.62º 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 #34946D is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 109 -
CMYK 0.65 0 0.26 0.42
HSL 155.63º 0.48% 0.39% -
HSV(B) 155.63º 0.65% 0.58% -
XYZ 14.77 23.01 18.13 -
YUV 114.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 52 148 109 0.65 0 0.26 0.42 155.63 0.48 0.39
Hex 34 94 6D 41 0 1A 2A 9C 30 27
Octal 64 224 155 101 0 32 52 234 60 47
Binary 110100 10010100 1101101 1000001 0 11010 101010 10011100 110000 100111

Color Harmonies of #34946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34946D

Black with #34946D

Text Example


Text Example

White with #34946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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