Html Css Color HEX #34966E Eucalyptus

📋 copy color: '#34966E'

red 52 ◦ green 150 ◦ blue 110

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

Shades of Eucalyptus #34966E

Tints of Eucalyptus #34966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 16.67%
G = 48.08%
B = 35.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#34966E (or 0x34966E) is known color: Eucalyptus. HEX triplet: 34, 96 and 6E. RGB value is (52,150,110). Sum of RGB (Red+Green+Blue) = 52+150+110=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #34966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34966E is #CB6991. Grayscale: #747474. Windows color (decimal): -13330834 or 7247412. OLE color: 7247412.

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

Color convert

RGB 52 150 110 -
CMYK 0.65 0 0.27 0.41
HSL 155.51º 0.49% 0.4% -
HSV(B) 155.51º 0.65% 0.59% -
XYZ 15.14 23.67 18.52 -
YUV 116.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 52 150 110 0.65 0 0.27 0.41 155.51 0.49 0.4
Hex 34 96 6E 41 0 1B 29 9C 31 28
Octal 64 226 156 101 0 33 51 234 61 50
Binary 110100 10010110 1101110 1000001 0 11011 101001 10011100 110001 101000

Color Harmonies of #34966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34966E

Black with #34966E

Text Example


Text Example

White with #34966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34966E; }

 p { color: rgb(52,150,110); }

 H1.HeaderClassName
 {
   color: #34966E;
 }
 .AnyTagClassName
 {
   color: #34966E;
 }
</style>

background-color css

<style>
 a { background-color: #34966E; }

 a { background-color: rgb(52,150,110); }

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

border-color css

<style>
 span { border-color: #34966E; }

 span { border-color: rgb(52,150,110); }

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