Html Css Color HEX #34965C Eucalyptus

📋 copy color: '#34965C'

red 52 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #34965C

Tints of Eucalyptus #34965C

RGB

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

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

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

R = 17.69%
G = 51.02%
B = 31.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#34965C (or 0x34965C) is known color: Eucalyptus. HEX triplet: 34, 96 and 5C. RGB value is (52,150,92). Sum of RGB (Red+Green+Blue) = 52+150+92=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #34965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965C is #CB69A3. Grayscale: #727272. Windows color (decimal): -13330852 or 6067764. OLE color: 6067764.

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

Color convert

RGB 52 150 92 -
CMYK 0.65 0 0.39 0.41
HSL 144.49º 0.49% 0.4% -
HSV(B) 144.49º 0.65% 0.59% -
XYZ 14.25 23.32 13.87 -
YUV 114.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 52 150 92 0.65 0 0.39 0.41 144.49 0.49 0.4
Hex 34 96 5C 41 0 27 29 90 31 28
Octal 64 226 134 101 0 47 51 220 61 50
Binary 110100 10010110 1011100 1000001 0 100111 101001 10010000 110001 101000

Color Harmonies of #34965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34965C

Black with #34965C

Text Example


Text Example

White with #34965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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