#468C52

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

Shades of Chateau Green #468C52

Tints of Chateau Green #468C52

Color information

#468C52 (or 0x468C52) is unknown color: approx Chateau Green. HEX triplet: 46, 8C and 52. RGB value is (70,140,82). Sum of RGB (Red+Green+Blue) = 70+140+82=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #468C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C52 is #B973AD. Grayscale: #707070. Windows color (decimal): -12153774 or 5409862. OLE color: 5409862.

HSL color Cylindrical-coordinate representation of color #468C52: hue angle of 130.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C52 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB7014082-
CMYK0.5000.410.45
HSL130.29º33.33%41.18%-
HSV(B)130.29º50%54.9%-
XYZ13.4320.6711.26-
YUV112.46110.8197.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=23.97%
G=47.95%
B=28.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70140820.5000.410.45130.2933.3341.18
Hex468C52320292D822129
Octal10621412262051552024151
Binary1000110100011001010010110010010100110110110000010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,140,82); }

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

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

 a { background-color: rgb(70,140,82); }

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

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

 span { border-color: rgb(70,140,82); }

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