#419C5B

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

Shades of Chateau Green #419C5B

Tints of Chateau Green #419C5B

Color information

#419C5B (or 0x419C5B) is unknown color: approx Chateau Green. HEX triplet: 41, 9C and 5B. RGB value is (65,156,91). Sum of RGB (Red+Green+Blue) = 65+156+91=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #419C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C5B is #BE63A4. Grayscale: #797979. Windows color (decimal): -12477349 or 6003777. OLE color: 6003777.

HSL color Cylindrical-coordinate representation of color #419C5B: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C5B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB6515691-
CMYK0.5800.420.39
HSL137.14º41.18%43.33%-
HSV(B)137.14º58.33%61.18%-
XYZ15.9625.6614.01-
YUV121.38110.8587.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=20.83%
G=50%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65156910.5800.420.39137.1441.1843.33
Hex419C5B3A02A2789292b
Octal10123413372052472115153
Binary1000001100111001011011111010010101010011110001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419C5B; }

 p { color: rgb(65,156,91); }

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

<style>
 a { background-color: #419C5B; }

 a { background-color: rgb(65,156,91); }

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

<style>
 span { border-color: #419C5B; }

 span { border-color: rgb(65,156,91); }

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