#469B65

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

Shades of Chateau Green #469B65

Tints of Chateau Green #469B65

Color information

#469B65 (or 0x469B65) is unknown color: approx Chateau Green. HEX triplet: 46, 9B and 65. RGB value is (70,155,101). Sum of RGB (Red+Green+Blue) = 70+155+101=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #469B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B65 is #B9649A. Grayscale: #7B7B7B. Windows color (decimal): -12149915 or 6658886. OLE color: 6658886.

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

Color convert

RGB70155101-
CMYK0.5500.350.39
HSL141.88º37.78%44.12%-
HSV(B)141.88º54.84%60.78%-
XYZ16.625.6816.39-
YUV123.43115.3489.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=21.47%
G=47.55%
B=30.98%

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
Decimal701551010.5500.350.39141.8837.7844.12
Hex469B6537023278e262c
Octal10623314567043472164654
Binary1000110100110111100101110111010001110011110001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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