#35A75E

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

Shades of Chateau Green #35A75E

Tints of Chateau Green #35A75E

Color information

#35A75E (or 0x35A75E) is unknown color: approx Chateau Green. HEX triplet: 35, A7 and 5E. RGB value is (53,167,94). Sum of RGB (Red+Green+Blue) = 53+167+94=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #35A75E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A75E is #CA58A1. Grayscale: #7C7C7C. Windows color (decimal): -13260962 or 6203189. OLE color: 6203189.

HSL color Cylindrical-coordinate representation of color #35A75E: hue angle of 141.58º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A75E is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB5316794-
CMYK0.6800.440.35
HSL141.58º51.82%43.14%-
HSV(B)141.58º68.26%65.49%-
XYZ17.3129.215.31-
YUV124.59110.7376.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=16.88%
G=53.18%
B=29.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53167940.6800.440.35141.5851.8243.14
Hex35A75E4402C238e342b
Octal65247136104054432166453
Binary1101011010011110111101000100010110010001110001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,167,94); }

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

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

 a { background-color: rgb(53,167,94); }

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

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

 span { border-color: rgb(53,167,94); }

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