Html Css Color HEX #34945D Eucalyptus

📋 copy color: '#34945D'

red 52 ◦ green 148 ◦ blue 93

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

Shades of Eucalyptus #34945D

Tints of Eucalyptus #34945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

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

R = 17.75%
G = 50.51%
B = 31.74%

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

#34945D (or 0x34945D) is known color: Eucalyptus. HEX triplet: 34, 94 and 5D. RGB value is (52,148,93). Sum of RGB (Red+Green+Blue) = 52+148+93=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #34945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945D is #CB6BA2. Grayscale: #717171. Windows color (decimal): -13331363 or 6132788. OLE color: 6132788.

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

Color convert

RGB 52 148 93 -
CMYK 0.65 0 0.37 0.42
HSL 145.63º 0.48% 0.39% -
HSV(B) 145.63º 0.65% 0.58% -
XYZ 13.98 22.7 14 -
YUV 113.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 52 148 93 0.65 0 0.37 0.42 145.63 0.48 0.39
Hex 34 94 5D 41 0 25 2A 92 30 27
Octal 64 224 135 101 0 45 52 222 60 47
Binary 110100 10010100 1011101 1000001 0 100101 101010 10010010 110000 100111

Color Harmonies of #34945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34945D

Black with #34945D

Text Example


Text Example

White with #34945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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