#35A750

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

Shades of Chateau Green #35A750

Tints of Chateau Green #35A750

Color information

#35A750 (or 0x35A750) is unknown color: approx Chateau Green. HEX triplet: 35, A7 and 50. RGB value is (53,167,80). Sum of RGB (Red+Green+Blue) = 53+167+80=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #35A750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A750 is #CA58AF. Grayscale: #7B7B7B. Windows color (decimal): -13260976 or 5285685. OLE color: 5285685.

HSL color Cylindrical-coordinate representation of color #35A750: hue angle of 134.21º 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 #35A750 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB5316780-
CMYK0.6800.520.35
HSL134.21º51.82%43.14%-
HSV(B)134.21º68.26%65.49%-
XYZ16.7328.9712.3-
YUV123103.7378.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 167 (65.62% from 255) = 55.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=17.67%
G=55.67%
B=26.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53167800.6800.520.35134.2151.8243.14
Hex35A750440342386342b
Octal65247120104064432066453
Binary1101011010011110100001000100011010010001110000110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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