Html Css Color HEX #34915C Eucalyptus

📋 copy color: '#34915C'

red 52 ◦ green 145 ◦ blue 92

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

Shades of Eucalyptus #34915C

Tints of Eucalyptus #34915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 17.99%
G = 50.17%
B = 31.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#34915C (or 0x34915C) is known color: Eucalyptus. HEX triplet: 34, 91 and 5C. RGB value is (52,145,92). Sum of RGB (Red+Green+Blue) = 52+145+92=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #34915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34915C is #CB6EA3. Grayscale: #6F6F6F. Windows color (decimal): -13332132 or 6066484. OLE color: 6066484.

HSL color Cylindrical-coordinate representation of color #34915C: hue angle of 145.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34915C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 92 -
CMYK 0.64 0 0.37 0.43
HSL 145.81º 0.47% 0.39% -
HSV(B) 145.81º 0.64% 0.57% -
XYZ 13.47 21.75 13.61 -
YUV 111.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 52 145 92 0.64 0 0.37 0.43 145.81 0.47 0.39
Hex 34 91 5C 40 0 25 2B 92 2F 27
Octal 64 221 134 100 0 45 53 222 57 47
Binary 110100 10010001 1011100 1000000 0 100101 101011 10010010 101111 100111

Color Harmonies of #34915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34915C

Black with #34915C

Text Example


Text Example

White with #34915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34915C; }

 p { color: rgb(52,145,92); }

 H1.HeaderClassName
 {
   color: #34915C;
 }
 .AnyTagClassName
 {
   color: #34915C;
 }
</style>

background-color css

<style>
 a { background-color: #34915C; }

 a { background-color: rgb(52,145,92); }

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

border-color css

<style>
 span { border-color: #34915C; }

 span { border-color: rgb(52,145,92); }

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