#469C62

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

Shades of Chateau Green #469C62

Tints of Chateau Green #469C62

Color information

#469C62 (or 0x469C62) is unknown color: approx Chateau Green. HEX triplet: 46, 9C and 62. RGB value is (70,156,98). Sum of RGB (Red+Green+Blue) = 70+156+98=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #469C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C62 is #B9639D. Grayscale: #7B7B7B. Windows color (decimal): -12149662 or 6462534. OLE color: 6462534.

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

Color convert

RGB7015698-
CMYK0.5500.370.39
HSL139.53º38.05%44.31%-
HSV(B)139.53º55.13%61.18%-
XYZ16.6225.9615.69-
YUV123.67113.5189.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=21.60%
G=48.15%
B=30.25%

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
Decimal70156980.5500.370.39139.5338.0544.31
Hex469C6237025278c262c
Octal10623414267045472144654
Binary1000110100111001100010110111010010110011110001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,156,98); }

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

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

 a { background-color: rgb(70,156,98); }

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

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

 span { border-color: rgb(70,156,98); }

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