Html Css Color HEX #34965D Eucalyptus

📋 copy color: '#34965D'

red 52 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #34965D

Tints of Eucalyptus #34965D

RGB

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

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

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

R = 17.63%
G = 50.85%
B = 31.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#34965D (or 0x34965D) is known color: Eucalyptus. HEX triplet: 34, 96 and 5D. RGB value is (52,150,93). Sum of RGB (Red+Green+Blue) = 52+150+93=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #34965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965D is #CB69A2. Grayscale: #727272. Windows color (decimal): -13330851 or 6133300. OLE color: 6133300.

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

Color convert

RGB 52 150 93 -
CMYK 0.65 0 0.38 0.41
HSL 145.1º 0.49% 0.4% -
HSV(B) 145.1º 0.65% 0.59% -
XYZ 14.3 23.33 14.11 -
YUV 114.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 52 150 93 0.65 0 0.38 0.41 145.1 0.49 0.4
Hex 34 96 5D 41 0 26 29 91 31 28
Octal 64 226 135 101 0 46 51 221 61 50
Binary 110100 10010110 1011101 1000001 0 100110 101001 10010001 110001 101000

Color Harmonies of #34965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34965D

Black with #34965D

Text Example


Text Example

White with #34965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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