Html Css Color HEX #35964D Chateau Green

📋 copy color: '#35964D'

red 53 ◦ green 150 ◦ blue 77

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

Shades of Chateau Green #35964D

Tints of Chateau Green #35964D

RGB

 RED value IS 53 (21.09% from 255) = 18.93%

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

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

R = 18.93%
G = 53.57%
B = 27.5%

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

#35964D (or 0x35964D) is known color: Chateau Green. HEX triplet: 35, 96 and 4D. RGB value is (53,150,77). Sum of RGB (Red+Green+Blue) = 53+150+77=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #35964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35964D is #CA69B2. Grayscale: #707070. Windows color (decimal): -13265331 or 5084725. OLE color: 5084725.

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

Color convert

RGB 53 150 77 -
CMYK 0.65 0 0.49 0.41
HSL 134.85º 0.48% 0.4% -
HSV(B) 134.85º 0.65% 0.59% -
XYZ 13.71 23.11 10.76 -
YUV 112.68 107.86 85.44 -
System Red Green Blue C M Y K H S L
Decimal 53 150 77 0.65 0 0.49 0.41 134.85 0.48 0.4
Hex 35 96 4D 41 0 31 29 87 30 28
Octal 65 226 115 101 0 61 51 207 60 50
Binary 110101 10010110 1001101 1000001 0 110001 101001 10000111 110000 101000

Color Harmonies of #35964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35964D

Black with #35964D

Text Example


Text Example

White with #35964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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