#35944B

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

Shades of Chateau Green #35944B

Tints of Chateau Green #35944B

Color information

#35944B (or 0x35944B) is unknown color: approx Chateau Green. HEX triplet: 35, 94 and 4B. RGB value is (53,148,75). Sum of RGB (Red+Green+Blue) = 53+148+75=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #35944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35944B is #CA6BB4. Grayscale: #6F6F6F. Windows color (decimal): -13265845 or 4953141. OLE color: 4953141.

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

Color convert

RGB5314875-
CMYK0.6400.490.42
HSL133.89º47.26%39.41%-
HSV(B)133.89º64.19%58.04%-
XYZ13.3322.4410.29-
YUV111.27107.5386.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=19.20%
G=53.62%
B=27.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148750.6400.490.42133.8947.2639.41
Hex35944B400312A862f27
Octal65224113100061522065747
Binary1101011001010010010111000000011000110101010000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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