#35934E

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

Shades of Chateau Green #35934E

Tints of Chateau Green #35934E

Color information

#35934E (or 0x35934E) is unknown color: approx Chateau Green. HEX triplet: 35, 93 and 4E. RGB value is (53,147,78). Sum of RGB (Red+Green+Blue) = 53+147+78=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #35934E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35934E is #CA6CB1. Grayscale: #6F6F6F. Windows color (decimal): -13266098 or 5149493. OLE color: 5149493.

HSL color Cylindrical-coordinate representation of color #35934E: hue angle of 135.96º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35934E is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB5314778-
CMYK0.6400.470.42
HSL135.96º47%39.22%-
HSV(B)135.96º63.95%57.65%-
XYZ13.2822.1710.79-
YUV111.03109.3686.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=19.06%
G=52.88%
B=28.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147780.6400.470.42135.964739.22
Hex35934E4002F2A882f27
Octal65223116100057522105747
Binary1101011001001110011101000000010111110101010001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35934E; }

 p { color: rgb(53,147,78); }

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

<style>
 a { background-color: #35934E; }

 a { background-color: rgb(53,147,78); }

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

<style>
 span { border-color: #35934E; }

 span { border-color: rgb(53,147,78); }

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