#35AC4E

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

Shades of Chateau Green #35AC4E

Tints of Chateau Green #35AC4E

Color information

#35AC4E (or 0x35AC4E) is unknown color: approx Chateau Green. HEX triplet: 35, AC and 4E. RGB value is (53,172,78). Sum of RGB (Red+Green+Blue) = 53+172+78=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC4E is #CA53B1. Grayscale: #7D7D7D. Windows color (decimal): -13259698 or 5155893. OLE color: 5155893.

HSL color Cylindrical-coordinate representation of color #35AC4E: hue angle of 132.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC4E is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB5317278-
CMYK0.6900.550.33
HSL132.61º52.89%44.12%-
HSV(B)132.61º69.19%67.45%-
XYZ17.630.8112.23-
YUV125.7101.0876.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=17.49%
G=56.77%
B=25.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172780.6900.550.33132.6152.8944.12
Hex35AC4E450372185352c
Octal65254116105067412056554
Binary1101011010110010011101000101011011110000110000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,78); }

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

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

 a { background-color: rgb(53,172,78); }

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

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

 span { border-color: rgb(53,172,78); }

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