Html Css Color HEX #35994C Chateau Green

📋 copy color: '#35994C'

red 53 ◦ green 153 ◦ blue 76

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

Shades of Chateau Green #35994C

Tints of Chateau Green #35994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 18.79%
G = 54.26%
B = 26.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#35994C (or 0x35994C) is known color: Chateau Green. HEX triplet: 35, 99 and 4C. RGB value is (53,153,76). Sum of RGB (Red+Green+Blue) = 53+153+76=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #35994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35994C is #CA66B3. Grayscale: #727272. Windows color (decimal): -13264564 or 5019957. OLE color: 5019957.

HSL color Cylindrical-coordinate representation of color #35994C: hue angle of 133.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35994C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 76 -
CMYK 0.65 0 0.50 0.4
HSL 133.8º 0.49% 0.4% -
HSV(B) 133.8º 0.65% 0.6% -
XYZ 14.16 24.06 10.74 -
YUV 114.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 53 153 76 0.65 0 0.50 0.4 133.8 0.49 0.4
Hex 35 99 4C 41 0 32 28 86 31 28
Octal 65 231 114 101 0 62 50 206 61 50
Binary 110101 10011001 1001100 1000001 0 110010 101000 10000110 110001 101000

Color Harmonies of #35994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35994C

Black with #35994C

Text Example


Text Example

White with #35994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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