#35C154

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

Shades of Chateau Green #35C154

Tints of Chateau Green #35C154

Color information

#35C154 (or 0x35C154) is unknown color: approx Chateau Green. HEX triplet: 35, C1 and 54. RGB value is (53,193,84). Sum of RGB (Red+Green+Blue) = 53+193+84=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #35C154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C154 is #CA3EAB. Grayscale: #8B8B8B. Windows color (decimal): -13254316 or 5554485. OLE color: 5554485.

HSL color Cylindrical-coordinate representation of color #35C154: hue angle of 133.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C154 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB5319384-
CMYK0.7300.560.24
HSL133.29º56.91%48.24%-
HSV(B)133.29º72.54%75.69%-
XYZ22.1439.5414.85-
YUV138.7197.1266.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 193 (75.78% from 255) = 58.48%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=16.06%
G=58.48%
B=25.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53193840.7300.560.24133.2956.9148.24
Hex35C1544903818853930
Octal65301124111070302057160
Binary110101110000011010100100100101110001100010000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,84); }

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

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

 a { background-color: rgb(53,193,84); }

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

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

 span { border-color: rgb(53,193,84); }

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