#35B14B

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

Shades of Chateau Green #35B14B

Tints of Chateau Green #35B14B

Color information

#35B14B (or 0x35B14B) is unknown color: approx Chateau Green. HEX triplet: 35, B1 and 4B. RGB value is (53,177,75). Sum of RGB (Red+Green+Blue) = 53+177+75=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #35B14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B14B is #CA4EB4. Grayscale: #808080. Windows color (decimal): -13258421 or 4960565. OLE color: 4960565.

HSL color Cylindrical-coordinate representation of color #35B14B: hue angle of 130.65º 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 #35B14B is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB5317775-
CMYK0.7000.580.31
HSL130.65º53.91%45.1%-
HSV(B)130.65º70.06%69.41%-
XYZ18.4632.7112-
YUV128.397.9274.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 177 (69.53% from 255) = 58.03%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=17.38%
G=58.03%
B=24.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177750.7000.580.31130.6553.9145.1
Hex35B14B4603A1F83362d
Octal65261113106072372036655
Binary110101101100011001011100011001110101111110000011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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