#359B4B

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

Shades of Chateau Green #359B4B

Tints of Chateau Green #359B4B

Color information

#359B4B (or 0x359B4B) is unknown color: approx Chateau Green. HEX triplet: 35, 9B and 4B. RGB value is (53,155,75). Sum of RGB (Red+Green+Blue) = 53+155+75=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #359B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359B4B is #CA64B4. Grayscale: #737373. Windows color (decimal): -13264053 or 4954933. OLE color: 4954933.

HSL color Cylindrical-coordinate representation of color #359B4B: hue angle of 132.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B4B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB5315575-
CMYK0.6600.520.39
HSL132.94º49.04%40.78%-
HSV(B)132.94º65.81%60.78%-
XYZ14.4624.7110.66-
YUV115.38105.2183.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 155 (60.94% from 255) = 54.77%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=18.73%
G=54.77%
B=26.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53155750.6600.520.39132.9449.0440.78
Hex359B4B4203427853129
Octal65233113102064472056151
Binary1101011001101110010111000010011010010011110000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359B4B; }

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

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

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

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

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

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

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

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