#468f56

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

Shades of Chateau Green #468F56

Tints of Chateau Green #468F56

Color information

#468F56 (or 0x468F56) is unknown color: approx Chateau Green. HEX triplet: 46, 8F and 56. RGB value is (70,143,86). Sum of RGB (Red+Green+Blue) = 70+143+86=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #468F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F56 is #B970A9. Grayscale: #727272. Windows color (decimal): -12153002 or 5672774. OLE color: 5672774.

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

Color convert

RGB7014386-
CMYK0.5100.400.44
HSL133.15º34.27%41.76%-
HSV(B)133.15º51.05%56.08%-
XYZ14.0321.6212.24-
YUV114.67111.8296.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=23.41%
G=47.83%
B=28.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70143860.5100.400.44133.1534.2741.76
Hex468F56330282C85222a
Octal10621712663050542054252
Binary1000110100011111010110110011010100010110010000101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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