Html Css Color HEX #34965E Eucalyptus

📋 copy color: '#34965E'

red 52 ◦ green 150 ◦ blue 94

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

Shades of Eucalyptus #34965E

Tints of Eucalyptus #34965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 17.57%
G = 50.68%
B = 31.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#34965E (or 0x34965E) is known color: Eucalyptus. HEX triplet: 34, 96 and 5E. RGB value is (52,150,94). Sum of RGB (Red+Green+Blue) = 52+150+94=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #34965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965E is #CB69A1. Grayscale: #727272. Windows color (decimal): -13330850 or 6198836. OLE color: 6198836.

HSL color Cylindrical-coordinate representation of color #34965E: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34965E is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 94 -
CMYK 0.65 0 0.37 0.41
HSL 145.71º 0.49% 0.4% -
HSV(B) 145.71º 0.65% 0.59% -
XYZ 14.34 23.35 14.34 -
YUV 114.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 52 150 94 0.65 0 0.37 0.41 145.71 0.49 0.4
Hex 34 96 5E 41 0 25 29 92 31 28
Octal 64 226 136 101 0 45 51 222 61 50
Binary 110100 10010110 1011110 1000001 0 100101 101001 10010010 110001 101000

Color Harmonies of #34965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34965E

Black with #34965E

Text Example


Text Example

White with #34965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34965E; }

 p { color: rgb(52,150,94); }

 H1.HeaderClassName
 {
   color: #34965E;
 }
 .AnyTagClassName
 {
   color: #34965E;
 }
</style>

background-color css

<style>
 a { background-color: #34965E; }

 a { background-color: rgb(52,150,94); }

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

border-color css

<style>
 span { border-color: #34965E; }

 span { border-color: rgb(52,150,94); }

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