Html Css Color HEX #34975D Eucalyptus

📋 copy color: '#34975D'

red 52 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #34975D

Tints of Eucalyptus #34975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 17.57%
G = 51.01%
B = 31.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#34975D (or 0x34975D) is known color: Eucalyptus. HEX triplet: 34, 97 and 5D. RGB value is (52,151,93). Sum of RGB (Red+Green+Blue) = 52+151+93=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #34975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34975D is #CB68A2. Grayscale: #727272. Windows color (decimal): -13330595 or 6133556. OLE color: 6133556.

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

Color convert

RGB 52 151 93 -
CMYK 0.66 0 0.38 0.41
HSL 144.85º 0.49% 0.4% -
HSV(B) 144.85º 0.66% 0.59% -
XYZ 14.46 23.65 14.16 -
YUV 114.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 52 151 93 0.66 0 0.38 0.41 144.85 0.49 0.4
Hex 34 97 5D 42 0 26 29 91 31 28
Octal 64 227 135 102 0 46 51 221 61 50
Binary 110100 10010111 1011101 1000010 0 100110 101001 10010001 110001 101000

Color Harmonies of #34975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34975D

Black with #34975D

Text Example


Text Example

White with #34975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34975D; }

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

 H1.HeaderClassName
 {
   color: #34975D;
 }
 .AnyTagClassName
 {
   color: #34975D;
 }
</style>

background-color css

<style>
 a { background-color: #34975D; }

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

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

border-color css

<style>
 span { border-color: #34975D; }

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

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