Html Css Color HEX #34956C Eucalyptus

📋 copy color: '#34956C'

red 52 ◦ green 149 ◦ blue 108

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

Shades of Eucalyptus #34956C

Tints of Eucalyptus #34956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.22%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 16.83%
G = 48.22%
B = 34.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#34956C (or 0x34956C) is known color: Eucalyptus. HEX triplet: 34, 95 and 6C. RGB value is (52,149,108). Sum of RGB (Red+Green+Blue) = 52+149+108=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #34956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34956C is #CB6A93. Grayscale: #737373. Windows color (decimal): -13331092 or 7116084. OLE color: 7116084.

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

Color convert

RGB 52 149 108 -
CMYK 0.65 0 0.28 0.42
HSL 154.64º 0.48% 0.39% -
HSV(B) 154.64º 0.65% 0.58% -
XYZ 14.87 23.31 17.9 -
YUV 115.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 52 149 108 0.65 0 0.28 0.42 154.64 0.48 0.39
Hex 34 95 6C 41 0 1C 2A 9B 30 27
Octal 64 225 154 101 0 34 52 233 60 47
Binary 110100 10010101 1101100 1000001 0 11100 101010 10011011 110000 100111

Color Harmonies of #34956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34956C

Black with #34956C

Text Example


Text Example

White with #34956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,149,108); }

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

background-color css

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

 a { background-color: rgb(52,149,108); }

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

border-color css

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

 span { border-color: rgb(52,149,108); }

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