#469B60

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

Shades of Chateau Green #469B60

Tints of Chateau Green #469B60

Color information

#469B60 (or 0x469B60) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 60. RGB value is (70,155,96). Sum of RGB (Red+Green+Blue) = 70+155+96=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #469B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B60 is #B9649F. Grayscale: #7B7B7B. Windows color (decimal): -12149920 or 6331206. OLE color: 6331206.

HSL color Cylindrical-coordinate representation of color #469B60: hue angle of 138.35º 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 #469B60 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB7015596-
CMYK0.5500.380.39
HSL138.35º37.78%44.12%-
HSV(B)138.35º54.84%60.78%-
XYZ16.3625.5915.14-
YUV122.86112.8490.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=21.81%
G=48.29%
B=29.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155960.5500.380.39138.3537.7844.12
Hex469B6037026278a262c
Octal10623314067046472124654
Binary1000110100110111100000110111010011010011110001010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469B60; }

 p { color: rgb(70,155,96); }

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

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

 a { background-color: rgb(70,155,96); }

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

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

 span { border-color: rgb(70,155,96); }

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