Html Css Color HEX #34916D Eucalyptus

📋 copy color: '#34916D'

red 52 ◦ green 145 ◦ blue 109

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

Shades of Eucalyptus #34916D

Tints of Eucalyptus #34916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.39%

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

R = 16.99%
G = 47.39%
B = 35.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#34916D (or 0x34916D) is known color: Eucalyptus. HEX triplet: 34, 91 and 6D. RGB value is (52,145,109). Sum of RGB (Red+Green+Blue) = 52+145+109=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #34916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34916D is #CB6E92. Grayscale: #717171. Windows color (decimal): -13332115 or 7180596. OLE color: 7180596.

HSL color Cylindrical-coordinate representation of color #34916D: hue angle of 156.77º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34916D is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 109 -
CMYK 0.64 0 0.25 0.43
HSL 156.77º 0.47% 0.39% -
HSV(B) 156.77º 0.64% 0.57% -
XYZ 14.3 22.08 17.98 -
YUV 113.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 52 145 109 0.64 0 0.25 0.43 156.77 0.47 0.39
Hex 34 91 6D 40 0 19 2B 9D 2F 27
Octal 64 221 155 100 0 31 53 235 57 47
Binary 110100 10010001 1101101 1000000 0 11001 101011 10011101 101111 100111

Color Harmonies of #34916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34916D

Black with #34916D

Text Example


Text Example

White with #34916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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