#468E61

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

Shades of Chateau Green #468E61

Tints of Chateau Green #468E61

Color information

#468E61 (or 0x468E61) is unknown color: approx Chateau Green. HEX triplet: 46, 8E and 61. RGB value is (70,142,97). Sum of RGB (Red+Green+Blue) = 70+142+97=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #468E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E61 is #B9719E. Grayscale: #737373. Windows color (decimal): -12153247 or 6393414. OLE color: 6393414.

HSL color Cylindrical-coordinate representation of color #468E61: hue angle of 142.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E61 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB7014297-
CMYK0.5100.320.44
HSL142.5º33.96%41.57%-
HSV(B)142.5º50.7%55.69%-
XYZ14.3621.5114.7-
YUV115.34117.6595.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=22.65%
G=45.95%
B=31.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142970.5100.320.44142.533.9641.57
Hex468E61330202C8e222a
Octal10621614163040542164252
Binary1000110100011101100001110011010000010110010001110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468E61; }

 p { color: rgb(70,142,97); }

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

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

 a { background-color: rgb(70,142,97); }

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

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

 span { border-color: rgb(70,142,97); }

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