Html Css Color HEX #34955E Eucalyptus

📋 copy color: '#34955E'

red 52 ◦ green 149 ◦ blue 94

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

Shades of Eucalyptus #34955E

Tints of Eucalyptus #34955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 17.63%
G = 50.51%
B = 31.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#34955E (or 0x34955E) is known color: Eucalyptus. HEX triplet: 34, 95 and 5E. RGB value is (52,149,94). Sum of RGB (Red+Green+Blue) = 52+149+94=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #34955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955E is #CB6AA1. Grayscale: #717171. Windows color (decimal): -13331106 or 6198580. OLE color: 6198580.

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

Color convert

RGB 52 149 94 -
CMYK 0.65 0 0.37 0.42
HSL 145.98º 0.48% 0.39% -
HSV(B) 145.98º 0.65% 0.58% -
XYZ 14.18 23.03 14.29 -
YUV 113.73 116.86 83.97 -
System Red Green Blue C M Y K H S L
Decimal 52 149 94 0.65 0 0.37 0.42 145.98 0.48 0.39
Hex 34 95 5E 41 0 25 2A 92 30 27
Octal 64 225 136 101 0 45 52 222 60 47
Binary 110100 10010101 1011110 1000001 0 100101 101010 10010010 110000 100111

Color Harmonies of #34955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34955E

Black with #34955E

Text Example


Text Example

White with #34955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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