Html Css Color HEX #35964C Chateau Green

📋 copy color: '#35964C'

red 53 ◦ green 150 ◦ blue 76

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

Shades of Chateau Green #35964C

Tints of Chateau Green #35964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 19%
G = 53.76%
B = 27.24%

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

#35964C (or 0x35964C) is known color: Chateau Green. HEX triplet: 35, 96 and 4C. RGB value is (53,150,76). Sum of RGB (Red+Green+Blue) = 53+150+76=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #35964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35964C is #CA69B3. Grayscale: #707070. Windows color (decimal): -13265332 or 5019189. OLE color: 5019189.

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

Color convert

RGB 53 150 76 -
CMYK 0.65 0 0.49 0.41
HSL 134.23º 0.48% 0.4% -
HSV(B) 134.23º 0.65% 0.59% -
XYZ 13.68 23.09 10.57 -
YUV 112.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 53 150 76 0.65 0 0.49 0.41 134.23 0.48 0.4
Hex 35 96 4C 41 0 31 29 86 30 28
Octal 65 226 114 101 0 61 51 206 60 50
Binary 110101 10010110 1001100 1000001 0 110001 101001 10000110 110000 101000

Color Harmonies of #35964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35964C

Black with #35964C

Text Example


Text Example

White with #35964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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