#468F5F

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

Shades of Chateau Green #468F5F

Tints of Chateau Green #468F5F

Color information

#468F5F (or 0x468F5F) is unknown color: approx Chateau Green. HEX triplet: 46, 8F and 5F. RGB value is (70,143,95). Sum of RGB (Red+Green+Blue) = 70+143+95=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #468F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F5F is #B970A0. Grayscale: #737373. Windows color (decimal): -12152993 or 6262598. OLE color: 6262598.

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

Color convert

RGB7014395-
CMYK0.5100.340.44
HSL140.55º34.27%41.76%-
HSV(B)140.55º51.05%56.08%-
XYZ14.4121.7714.27-
YUV115.7116.3295.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=22.73%
G=46.43%
B=30.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70143950.5100.340.44140.5534.2741.76
Hex468F5F330222C8d222a
Octal10621713763042542154252
Binary1000110100011111011111110011010001010110010001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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