#459B65

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

Shades of Chateau Green #459B65

Tints of Chateau Green #459B65

Color information

#459B65 (or 0x459B65) is unknown color: approx Chateau Green. HEX triplet: 45, 9B and 65. RGB value is (69,155,101). Sum of RGB (Red+Green+Blue) = 69+155+101=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #459B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B65 is #BA649A. Grayscale: #7B7B7B. Windows color (decimal): -12215451 or 6658885. OLE color: 6658885.

HSL color Cylindrical-coordinate representation of color #459B65: hue angle of 142.33º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B65 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB69155101-
CMYK0.5500.350.39
HSL142.33º38.39%43.92%-
HSV(B)142.33º55.48%60.78%-
XYZ16.5225.6516.39-
YUV123.13115.5189.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=21.23%
G=47.69%
B=31.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551010.5500.350.39142.3338.3943.92
Hex459B6537023278e262c
Octal10523314567043472164654
Binary1000101100110111100101110111010001110011110001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B65; }

 p { color: rgb(69,155,101); }

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

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

 a { background-color: rgb(69,155,101); }

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

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

 span { border-color: rgb(69,155,101); }

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