#468F62

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

Shades of Chateau Green #468F62

Tints of Chateau Green #468F62

Color information

#468F62 (or 0x468F62) is unknown color: approx Chateau Green. HEX triplet: 46, 8F and 62. RGB value is (70,143,98). Sum of RGB (Red+Green+Blue) = 70+143+98=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #468F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F62 is #B9709D. Grayscale: #747474. Windows color (decimal): -12152990 or 6459206. OLE color: 6459206.

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

Color convert

RGB7014398-
CMYK0.5100.310.44
HSL143.01º34.27%41.76%-
HSV(B)143.01º51.05%56.08%-
XYZ14.5521.8315-
YUV116.04117.8295.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 143 (56.25% from 255) = 45.98%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=22.51%
G=45.98%
B=31.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70143980.5100.310.44143.0134.2741.76
Hex468F623301F2C8f222a
Octal10621714263037542174252
Binary100011010001111110001011001101111110110010001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,98); }

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

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

 a { background-color: rgb(70,143,98); }

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

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

 span { border-color: rgb(70,143,98); }

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