#449652

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

Shades of Chateau Green #449652

Tints of Chateau Green #449652

Color information

#449652 (or 0x449652) is unknown color: approx Chateau Green. HEX triplet: 44, 96 and 52. RGB value is (68,150,82). Sum of RGB (Red+Green+Blue) = 68+150+82=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #449652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449652 is #BB69AD. Grayscale: #757575. Windows color (decimal): -12282286 or 5412420. OLE color: 5412420.

HSL color Cylindrical-coordinate representation of color #449652: hue angle of 130.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449652 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB6815082-
CMYK0.5500.450.41
HSL130.24º37.61%42.75%-
HSV(B)130.24º54.67%58.82%-
XYZ14.8123.6511.77-
YUV117.73107.8392.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=22.67%
G=50%
B=27.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150820.5500.450.41130.2437.6142.75
Hex4496523702D2982262b
Octal10422612267055512024653
Binary1000100100101101010010110111010110110100110000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449652; }

 p { color: rgb(68,150,82); }

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

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

 a { background-color: rgb(68,150,82); }

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

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

 span { border-color: rgb(68,150,82); }

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