Html Css Color HEX #34976A Eucalyptus

📋 copy color: '#34976A'

red 52 ◦ green 151 ◦ blue 106

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

Shades of Eucalyptus #34976A

Tints of Eucalyptus #34976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 16.83%
G = 48.87%
B = 34.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#34976A (or 0x34976A) is known color: Eucalyptus. HEX triplet: 34, 97 and 6A. RGB value is (52,151,106). Sum of RGB (Red+Green+Blue) = 52+151+106=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #34976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34976A is #CB6895. Grayscale: #747474. Windows color (decimal): -13330582 or 6985524. OLE color: 6985524.

HSL color Cylindrical-coordinate representation of color #34976A: hue angle of 152.73º 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 #34976A is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 106 -
CMYK 0.66 0 0.30 0.41
HSL 152.73º 0.49% 0.4% -
HSV(B) 152.73º 0.66% 0.59% -
XYZ 15.08 23.9 17.45 -
YUV 116.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 52 151 106 0.66 0 0.30 0.41 152.73 0.49 0.4
Hex 34 97 6A 42 0 1E 29 99 31 28
Octal 64 227 152 102 0 36 51 231 61 50
Binary 110100 10010111 1101010 1000010 0 11110 101001 10011001 110001 101000

Color Harmonies of #34976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34976A

Black with #34976A

Text Example


Text Example

White with #34976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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