#35AD50

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

Shades of Chateau Green #35AD50

Tints of Chateau Green #35AD50

Color information

#35AD50 (or 0x35AD50) is unknown color: approx Chateau Green. HEX triplet: 35, AD and 50. RGB value is (53,173,80). Sum of RGB (Red+Green+Blue) = 53+173+80=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD50 is #CA52AF. Grayscale: #7E7E7E. Windows color (decimal): -13259440 or 5287221. OLE color: 5287221.

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

Color convert

RGB5317380-
CMYK0.6900.540.32
HSL133.5º53.1%44.31%-
HSV(B)133.5º69.36%67.84%-
XYZ17.8631.2212.67-
YUV126.52101.7475.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=17.32%
G=56.54%
B=26.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173800.6900.540.32133.553.144.31
Hex35AD50450362086352c
Octal65255120105066402066554
Binary1101011010110110100001000101011011010000010000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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