#449462

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

Shades of Chateau Green #449462

Tints of Chateau Green #449462

Color information

#449462 (or 0x449462) is unknown color: approx Chateau Green. HEX triplet: 44, 94 and 62. RGB value is (68,148,98). Sum of RGB (Red+Green+Blue) = 68+148+98=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #449462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449462 is #BB6B9D. Grayscale: #767676. Windows color (decimal): -12282782 or 6460484. OLE color: 6460484.

HSL color Cylindrical-coordinate representation of color #449462: hue angle of 142.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449462 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6814898-
CMYK0.5400.340.42
HSL142.5º37.04%42.35%-
HSV(B)142.5º54.05%58.04%-
XYZ15.1823.2915.25-
YUV118.38116.592.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=21.66%
G=47.13%
B=31.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148980.5400.340.42142.537.0442.35
Hex449462360222A8e252a
Octal10422414266042522164552
Binary1000100100101001100010110110010001010101010001110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449462; }

 p { color: rgb(68,148,98); }

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

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

 a { background-color: rgb(68,148,98); }

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

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

 span { border-color: rgb(68,148,98); }

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