#35A94A

Color #35A94A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #35A94A

Tints of Chateau Green #35A94A

Color information

#35A94A (or 0x35A94A) is unknown color: approx Chateau Green. HEX triplet: 35, A9 and 4A. RGB value is (53,169,74). Sum of RGB (Red+Green+Blue) = 53+169+74=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #35A94A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A94A is #CA56B5. Grayscale: #7B7B7B. Windows color (decimal): -13260470 or 4892981. OLE color: 4892981.

HSL color Cylindrical-coordinate representation of color #35A94A: hue angle of 130.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A94A is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB5316974-
CMYK0.6900.560.34
HSL130.86º52.25%43.53%-
HSV(B)130.86º68.64%66.27%-
XYZ16.8929.6311.31-
YUV123.49100.0777.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 169 (66.41% from 255) = 57.09%
BLUE value IS 74 (29.30% from 255) = 25%
R=17.91%
G=57.09%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53169740.6900.560.34130.8652.2543.53
Hex35A94A450382283342c
Octal65251112105070422036454
Binary1101011010100110010101000101011100010001010000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,74); }

 H1.HeaderClassName
 {
   color: #35A94A;
 }
 .AnyTagClassName
 {
   color: #35A94A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,169,74); }

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

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

 span { border-color: rgb(53,169,74); }

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