Html Css Color HEX #34966F Eucalyptus

📋 copy color: '#34966F'

red 52 ◦ green 150 ◦ blue 111

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

Shades of Eucalyptus #34966F

Tints of Eucalyptus #34966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 16.61%
G = 47.92%
B = 35.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#34966F (or 0x34966F) is known color: Eucalyptus. HEX triplet: 34, 96 and 6F. RGB value is (52,150,111). Sum of RGB (Red+Green+Blue) = 52+150+111=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #34966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34966F is #CB6990. Grayscale: #747474. Windows color (decimal): -13330833 or 7312948. OLE color: 7312948.

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

Color convert

RGB 52 150 111 -
CMYK 0.65 0 0.26 0.41
HSL 156.12º 0.49% 0.4% -
HSV(B) 156.12º 0.65% 0.59% -
XYZ 15.19 23.69 18.81 -
YUV 116.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 52 150 111 0.65 0 0.26 0.41 156.12 0.49 0.4
Hex 34 96 6F 41 0 1A 29 9C 31 28
Octal 64 226 157 101 0 32 51 234 61 50
Binary 110100 10010110 1101111 1000001 0 11010 101001 10011100 110001 101000

Color Harmonies of #34966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34966F

Black with #34966F

Text Example


Text Example

White with #34966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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