Html Css Color HEX #34964D Chateau Green

📋 copy color: '#34964D'

red 52 ◦ green 150 ◦ blue 77

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

Shades of Chateau Green #34964D

Tints of Chateau Green #34964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 18.64%
G = 53.76%
B = 27.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#34964D (or 0x34964D) is known color: Chateau Green. HEX triplet: 34, 96 and 4D. RGB value is (52,150,77). Sum of RGB (Red+Green+Blue) = 52+150+77=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #34964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34964D is #CB69B2. Grayscale: #707070. Windows color (decimal): -13330867 or 5084724. OLE color: 5084724.

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

Color convert

RGB 52 150 77 -
CMYK 0.65 0 0.49 0.41
HSL 135.31º 0.49% 0.4% -
HSV(B) 135.31º 0.65% 0.59% -
XYZ 13.66 23.08 10.76 -
YUV 112.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 52 150 77 0.65 0 0.49 0.41 135.31 0.49 0.4
Hex 34 96 4D 41 0 31 29 87 31 28
Octal 64 226 115 101 0 61 51 207 61 50
Binary 110100 10010110 1001101 1000001 0 110001 101001 10000111 110001 101000

Color Harmonies of #34964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34964D

Black with #34964D

Text Example


Text Example

White with #34964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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