Html Css Color HEX #34996F Eucalyptus

📋 copy color: '#34996F'

red 52 ◦ green 153 ◦ blue 111

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

Shades of Eucalyptus #34996F

Tints of Eucalyptus #34996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 16.46%
G = 48.42%
B = 35.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#34996F (or 0x34996F) is known color: Eucalyptus. HEX triplet: 34, 99 and 6F. RGB value is (52,153,111). Sum of RGB (Red+Green+Blue) = 52+153+111=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #34996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34996F is #CB6690. Grayscale: #767676. Windows color (decimal): -13330065 or 7313716. OLE color: 7313716.

HSL color Cylindrical-coordinate representation of color #34996F: hue angle of 155.05º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34996F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 111 -
CMYK 0.66 0 0.27 0.4
HSL 155.05º 0.49% 0.4% -
HSV(B) 155.05º 0.66% 0.6% -
XYZ 15.68 24.66 18.97 -
YUV 118.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 52 153 111 0.66 0 0.27 0.4 155.05 0.49 0.4
Hex 34 99 6F 42 0 1B 28 9B 31 28
Octal 64 231 157 102 0 33 50 233 61 50
Binary 110100 10011001 1101111 1000010 0 11011 101000 10011011 110001 101000

Color Harmonies of #34996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34996F

Black with #34996F

Text Example


Text Example

White with #34996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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