#35944E

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

Shades of Chateau Green #35944E

Tints of Chateau Green #35944E

Color information

#35944E (or 0x35944E) is unknown color: approx Chateau Green. HEX triplet: 35, 94 and 4E. RGB value is (53,148,78). Sum of RGB (Red+Green+Blue) = 53+148+78=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #35944E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35944E is #CA6BB1. Grayscale: #6F6F6F. Windows color (decimal): -13265842 or 5149749. OLE color: 5149749.

HSL color Cylindrical-coordinate representation of color #35944E: hue angle of 135.79º 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 #35944E is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB5314878-
CMYK0.6400.470.42
HSL135.79º47.26%39.41%-
HSV(B)135.79º64.19%58.04%-
XYZ13.4322.4910.84-
YUV111.61109.0386.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=19.00%
G=53.05%
B=27.96%

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
Decimal53148780.6400.470.42135.7947.2639.41
Hex35944E4002F2A882f27
Octal65224116100057522105747
Binary1101011001010010011101000000010111110101010001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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