#35B15B

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

Shades of Chateau Green #35B15B

Tints of Chateau Green #35B15B

Color information

#35B15B (or 0x35B15B) is unknown color: approx Chateau Green. HEX triplet: 35, B1 and 5B. RGB value is (53,177,91). Sum of RGB (Red+Green+Blue) = 53+177+91=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #35B15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B15B is #CA4EA4. Grayscale: #828282. Windows color (decimal): -13258405 or 6009141. OLE color: 6009141.

HSL color Cylindrical-coordinate representation of color #35B15B: hue angle of 138.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B15B is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB5317791-
CMYK0.7000.490.31
HSL138.39º53.91%45.1%-
HSV(B)138.39º70.06%69.41%-
XYZ19.0832.9615.25-
YUV130.12105.9272.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 177 (69.53% from 255) = 55.14%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=16.51%
G=55.14%
B=28.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177910.7000.490.31138.3953.9145.1
Hex35B15B460311F8a362d
Octal65261133106061372126655
Binary110101101100011011011100011001100011111110001010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,177,91); }

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

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

 a { background-color: rgb(53,177,91); }

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

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

 span { border-color: rgb(53,177,91); }

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