Html Css Color HEX #34955C Eucalyptus

📋 copy color: '#34955C'

red 52 ◦ green 149 ◦ blue 92

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

Shades of Eucalyptus #34955C

Tints of Eucalyptus #34955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 17.75%
G = 50.85%
B = 31.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#34955C (or 0x34955C) is known color: Eucalyptus. HEX triplet: 34, 95 and 5C. RGB value is (52,149,92). Sum of RGB (Red+Green+Blue) = 52+149+92=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #34955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955C is #CB6AA3. Grayscale: #717171. Windows color (decimal): -13331108 or 6067508. OLE color: 6067508.

HSL color Cylindrical-coordinate representation of color #34955C: hue angle of 144.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34955C is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 92 -
CMYK 0.65 0 0.38 0.42
HSL 144.74º 0.48% 0.39% -
HSV(B) 144.74º 0.65% 0.58% -
XYZ 14.1 23 13.82 -
YUV 113.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 52 149 92 0.65 0 0.38 0.42 144.74 0.48 0.39
Hex 34 95 5C 41 0 26 2A 91 30 27
Octal 64 225 134 101 0 46 52 221 60 47
Binary 110100 10010101 1011100 1000001 0 100110 101010 10010001 110000 100111

Color Harmonies of #34955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34955C

Black with #34955C

Text Example


Text Example

White with #34955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34955C; }

 p { color: rgb(52,149,92); }

 H1.HeaderClassName
 {
   color: #34955C;
 }
 .AnyTagClassName
 {
   color: #34955C;
 }
</style>

background-color css

<style>
 a { background-color: #34955C; }

 a { background-color: rgb(52,149,92); }

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

border-color css

<style>
 span { border-color: #34955C; }

 span { border-color: rgb(52,149,92); }

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