#35984A

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

Shades of Chateau Green #35984A

Tints of Chateau Green #35984A

Color information

#35984A (or 0x35984A) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 4A. RGB value is (53,152,74). Sum of RGB (Red+Green+Blue) = 53+152+74=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #35984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35984A is #CA67B5. Grayscale: #717171. Windows color (decimal): -13264822 or 4888629. OLE color: 4888629.

HSL color Cylindrical-coordinate representation of color #35984A: hue angle of 132.73º degrees, saturation: 0.48, 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 #35984A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB5315274-
CMYK0.6500.510.40
HSL132.73º48.29%40.2%-
HSV(B)132.73º65.13%59.61%-
XYZ13.9323.7110.32-
YUV113.51105.784.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=19.00%
G=54.48%
B=26.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152740.6500.510.40132.7348.2940.2
Hex35984A4103328853028
Octal65230112101063502056050
Binary1101011001100010010101000001011001110100010000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35984A; }

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

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

<style>
 a { background-color: #35984A; }

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

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

<style>
 span { border-color: #35984A; }

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

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