Html Css Color HEX #34915B Eucalyptus

📋 copy color: '#34915B'

red 52 ◦ green 145 ◦ blue 91

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

Shades of Eucalyptus #34915B

Tints of Eucalyptus #34915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 18.06%
G = 50.35%
B = 31.6%

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

#34915B (or 0x34915B) is known color: Eucalyptus. HEX triplet: 34, 91 and 5B. RGB value is (52,145,91). Sum of RGB (Red+Green+Blue) = 52+145+91=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #34915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34915B is #CB6EA4. Grayscale: #6F6F6F. Windows color (decimal): -13332133 or 6000948. OLE color: 6000948.

HSL color Cylindrical-coordinate representation of color #34915B: hue angle of 145.16º 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 #34915B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 91 -
CMYK 0.64 0 0.37 0.43
HSL 145.16º 0.47% 0.39% -
HSV(B) 145.16º 0.64% 0.57% -
XYZ 13.43 21.74 13.39 -
YUV 111.04 116.69 85.89 -
System Red Green Blue C M Y K H S L
Decimal 52 145 91 0.64 0 0.37 0.43 145.16 0.47 0.39
Hex 34 91 5B 40 0 25 2B 91 2F 27
Octal 64 221 133 100 0 45 53 221 57 47
Binary 110100 10010001 1011011 1000000 0 100101 101011 10010001 101111 100111

Color Harmonies of #34915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34915B

Black with #34915B

Text Example


Text Example

White with #34915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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