Html Css Color HEX #34955F Eucalyptus

📋 copy color: '#34955F'

red 52 ◦ green 149 ◦ blue 95

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

Shades of Eucalyptus #34955F

Tints of Eucalyptus #34955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 17.57%
G = 50.34%
B = 32.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#34955F (or 0x34955F) is known color: Eucalyptus. HEX triplet: 34, 95 and 5F. RGB value is (52,149,95). Sum of RGB (Red+Green+Blue) = 52+149+95=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #34955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955F is #CB6AA0. Grayscale: #717171. Windows color (decimal): -13331105 or 6264116. OLE color: 6264116.

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

Color convert

RGB 52 149 95 -
CMYK 0.65 0 0.36 0.42
HSL 146.6º 0.48% 0.39% -
HSV(B) 146.6º 0.65% 0.58% -
XYZ 14.23 23.05 14.53 -
YUV 113.84 117.36 83.89 -
System Red Green Blue C M Y K H S L
Decimal 52 149 95 0.65 0 0.36 0.42 146.6 0.48 0.39
Hex 34 95 5F 41 0 24 2A 93 30 27
Octal 64 225 137 101 0 44 52 223 60 47
Binary 110100 10010101 1011111 1000001 0 100100 101010 10010011 110000 100111

Color Harmonies of #34955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34955F

Black with #34955F

Text Example


Text Example

White with #34955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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