#468E5B

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

Shades of Chateau Green #468E5B

Tints of Chateau Green #468E5B

Color information

#468E5B (or 0x468E5B) is unknown color: approx Chateau Green. HEX triplet: 46, 8E and 5B. RGB value is (70,142,91). Sum of RGB (Red+Green+Blue) = 70+142+91=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #468E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E5B is #B971A4. Grayscale: #727272. Windows color (decimal): -12153253 or 6000198. OLE color: 6000198.

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

Color convert

RGB7014291-
CMYK0.5100.360.44
HSL137.5º33.96%41.57%-
HSV(B)137.5º50.7%55.69%-
XYZ14.0921.413.29-
YUV114.66114.6596.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=23.10%
G=46.86%
B=30.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70142910.5100.360.44137.533.9641.57
Hex468E5B330242C8a222a
Octal10621613363044542124252
Binary1000110100011101011011110011010010010110010001010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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