#35C353

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

Shades of Chateau Green #35C353

Tints of Chateau Green #35C353

Color information

#35C353 (or 0x35C353) is unknown color: approx Chateau Green. HEX triplet: 35, C3 and 53. RGB value is (53,195,83). Sum of RGB (Red+Green+Blue) = 53+195+83=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #35C353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C353 is #CA3CAC. Grayscale: #8C8C8C. Windows color (decimal): -13253805 or 5489461. OLE color: 5489461.

HSL color Cylindrical-coordinate representation of color #35C353: hue angle of 132.68º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C353 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB5319583-
CMYK0.7300.570.24
HSL132.68º57.26%48.63%-
HSV(B)132.68º72.82%76.47%-
XYZ22.5440.4114.8-
YUV139.7795.9666.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=16.01%
G=58.91%
B=25.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53195830.7300.570.24132.6857.2648.63
Hex35C3534903918853931
Octal65303123111071302057161
Binary110101110000111010011100100101110011100010000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,83); }

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

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

 a { background-color: rgb(53,195,83); }

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

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

 span { border-color: rgb(53,195,83); }

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