#468E5D

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

Shades of Chateau Green #468E5D

Tints of Chateau Green #468E5D

Color information

#468E5D (or 0x468E5D) is unknown color: approx Chateau Green. HEX triplet: 46, 8E and 5D. RGB value is (70,142,93). Sum of RGB (Red+Green+Blue) = 70+142+93=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #468E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E5D is #B971A2. Grayscale: #737373. Windows color (decimal): -12153251 or 6131270. OLE color: 6131270.

HSL color Cylindrical-coordinate representation of color #468E5D: hue angle of 139.17º 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 #468E5D is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB7014293-
CMYK0.5100.350.44
HSL139.17º33.96%41.57%-
HSV(B)139.17º50.7%55.69%-
XYZ14.1721.4413.75-
YUV114.89115.6595.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=22.95%
G=46.56%
B=30.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142930.5100.350.44139.1733.9641.57
Hex468E5D330232C8b222a
Octal10621613563043542134252
Binary1000110100011101011101110011010001110110010001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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