#359441

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

Shades of Chateau Green #359441

Tints of Chateau Green #359441

Color information

#359441 (or 0x359441) is unknown color: approx Chateau Green. HEX triplet: 35, 94 and 41. RGB value is (53,148,65). Sum of RGB (Red+Green+Blue) = 53+148+65=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #359441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359441 is #CA6BBE. Grayscale: #6E6E6E. Windows color (decimal): -13265855 or 4297781. OLE color: 4297781.

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

Color convert

RGB5314865-
CMYK0.6400.560.42
HSL127.58º47.26%39.41%-
HSV(B)127.58º64.19%58.04%-
XYZ13.0122.328.62-
YUV110.13102.5387.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=19.92%
G=55.64%
B=24.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148650.6400.560.42127.5847.2639.41
Hex359441400382A802f27
Octal65224101100070522005747
Binary1101011001010010000011000000011100010101010000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359441; }

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

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

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

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

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

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

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

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