#469053

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

Shades of Chateau Green #469053

Tints of Chateau Green #469053

Color information

#469053 (or 0x469053) is unknown color: approx Chateau Green. HEX triplet: 46, 90 and 53. RGB value is (70,144,83). Sum of RGB (Red+Green+Blue) = 70+144+83=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #469053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469053 is #B96FAC. Grayscale: #737373. Windows color (decimal): -12152749 or 5476422. OLE color: 5476422.

HSL color Cylindrical-coordinate representation of color #469053: hue angle of 130.54º degrees, saturation: 0.35, 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 #469053 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB7014483-
CMYK0.5100.420.44
HSL130.54º34.58%41.96%-
HSV(B)130.54º51.39%56.47%-
XYZ14.0621.8711.66-
YUV114.92109.9895.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=23.57%
G=48.48%
B=27.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144830.5100.420.44130.5434.5841.96
Hex4690533302A2C83232a
Octal10622012363052542034352
Binary1000110100100001010011110011010101010110010000011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469053; }

 p { color: rgb(70,144,83); }

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

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

 a { background-color: rgb(70,144,83); }

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

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

 span { border-color: rgb(70,144,83); }

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