#469B61

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

Shades of Chateau Green #469B61

Tints of Chateau Green #469B61

Color information

#469B61 (or 0x469B61) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 61. RGB value is (70,155,97). Sum of RGB (Red+Green+Blue) = 70+155+97=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #469B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B61 is #B9649E. Grayscale: #7B7B7B. Windows color (decimal): -12149919 or 6396742. OLE color: 6396742.

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

Color convert

RGB7015597-
CMYK0.5500.370.39
HSL139.06º37.78%44.12%-
HSV(B)139.06º54.84%60.78%-
XYZ16.425.6115.39-
YUV122.97113.3490.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=21.74%
G=48.14%
B=30.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70155970.5500.370.39139.0637.7844.12
Hex469B6137025278b262c
Octal10623314167045472134654
Binary1000110100110111100001110111010010110011110001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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