Html Css Color HEX #34976F Eucalyptus

📋 copy color: '#34976F'

red 52 ◦ green 151 ◦ blue 111

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

Shades of Eucalyptus #34976F

Tints of Eucalyptus #34976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.09%

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

R = 16.56%
G = 48.09%
B = 35.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#34976F (or 0x34976F) is known color: Eucalyptus. HEX triplet: 34, 97 and 6F. RGB value is (52,151,111). Sum of RGB (Red+Green+Blue) = 52+151+111=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #34976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976F is #CB6890. Grayscale: #747474. Windows color (decimal): -13330577 or 7313204. OLE color: 7313204.

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

Color convert

RGB 52 151 111 -
CMYK 0.66 0 0.26 0.41
HSL 155.76º 0.49% 0.4% -
HSV(B) 155.76º 0.66% 0.59% -
XYZ 15.35 24.01 18.86 -
YUV 116.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 52 151 111 0.66 0 0.26 0.41 155.76 0.49 0.4
Hex 34 97 6F 42 0 1A 29 9C 31 28
Octal 64 227 157 102 0 32 51 234 61 50
Binary 110100 10010111 1101111 1000010 0 11010 101001 10011100 110001 101000

Color Harmonies of #34976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34976F

Black with #34976F

Text Example


Text Example

White with #34976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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