Html Css Color HEX #34935F Eucalyptus

📋 copy color: '#34935F'

red 52 ◦ green 147 ◦ blue 95

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

Shades of Eucalyptus #34935F

Tints of Eucalyptus #34935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50%

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

R = 17.69%
G = 50%
B = 32.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#34935F (or 0x34935F) is known color: Eucalyptus. HEX triplet: 34, 93 and 5F. RGB value is (52,147,95). Sum of RGB (Red+Green+Blue) = 52+147+95=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #34935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34935F is #CB6CA0. Grayscale: #707070. Windows color (decimal): -13331617 or 6263604. OLE color: 6263604.

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

Color convert

RGB 52 147 95 -
CMYK 0.65 0 0.35 0.42
HSL 147.16º 0.48% 0.39% -
HSV(B) 147.16º 0.65% 0.58% -
XYZ 13.92 22.42 14.42 -
YUV 112.67 118.03 84.73 -
System Red Green Blue C M Y K H S L
Decimal 52 147 95 0.65 0 0.35 0.42 147.16 0.48 0.39
Hex 34 93 5F 41 0 23 2A 93 30 27
Octal 64 223 137 101 0 43 52 223 60 47
Binary 110100 10010011 1011111 1000001 0 100011 101010 10010011 110000 100111

Color Harmonies of #34935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34935F

Black with #34935F

Text Example


Text Example

White with #34935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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