#35AD51

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

Shades of Chateau Green #35AD51

Tints of Chateau Green #35AD51

Color information

#35AD51 (or 0x35AD51) is unknown color: approx Chateau Green. HEX triplet: 35, AD and 51. RGB value is (53,173,81). Sum of RGB (Red+Green+Blue) = 53+173+81=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD51 is #CA52AE. Grayscale: #7E7E7E. Windows color (decimal): -13259439 or 5352757. OLE color: 5352757.

HSL color Cylindrical-coordinate representation of color #35AD51: hue angle of 134º 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 #35AD51 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB5317381-
CMYK0.6900.530.32
HSL134º53.1%44.31%-
HSV(B)134º69.36%67.84%-
XYZ17.931.2412.87-
YUV126.63102.2475.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=17.26%
G=56.35%
B=26.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173810.6900.530.3213453.144.31
Hex35AD51450352086352c
Octal65255121105065402066554
Binary1101011010110110100011000101011010110000010000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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