Html Css Color HEX #35A04D Chateau Green

📋 copy color: '#35A04D'

red 53 ◦ green 160 ◦ blue 77

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

Shades of Chateau Green #35A04D

Tints of Chateau Green #35A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.17%

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

R = 18.28%
G = 55.17%
B = 26.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#35A04D (or 0x35A04D) is known color: Chateau Green. HEX triplet: 35, A0 and 4D. RGB value is (53,160,77). Sum of RGB (Red+Green+Blue) = 53+160+77=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #35A04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A04D is #CA5FB2. Grayscale: #767676. Windows color (decimal): -13262771 or 5087285. OLE color: 5087285.

HSL color Cylindrical-coordinate representation of color #35A04D: hue angle of 133.46º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A04D is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 160 77 -
CMYK 0.67 0 0.52 0.37
HSL 133.46º 0.5% 0.42% -
HSV(B) 133.46º 0.67% 0.63% -
XYZ 15.38 26.43 11.31 -
YUV 118.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 53 160 77 0.67 0 0.52 0.37 133.46 0.5 0.42
Hex 35 A0 4D 43 0 34 25 85 32 2A
Octal 65 240 115 103 0 64 45 205 62 52
Binary 110101 10100000 1001101 1000011 0 110100 100101 10000101 110010 101010

Color Harmonies of #35A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A04D

Black with #35A04D

Text Example


Text Example

White with #35A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A04D; }

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

 H1.HeaderClassName
 {
   color: #35A04D;
 }
 .AnyTagClassName
 {
   color: #35A04D;
 }
</style>

background-color css

<style>
 a { background-color: #35A04D; }

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

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

border-color css

<style>
 span { border-color: #35A04D; }

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

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