#419B51

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

Shades of Chateau Green #419B51

Tints of Chateau Green #419B51

Color information

#419B51 (or 0x419B51) is unknown color: approx Chateau Green. HEX triplet: 41, 9B and 51. RGB value is (65,155,81). Sum of RGB (Red+Green+Blue) = 65+155+81=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #419B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B51 is #BE64AE. Grayscale: #777777. Windows color (decimal): -12477615 or 5348161. OLE color: 5348161.

HSL color Cylindrical-coordinate representation of color #419B51: hue angle of 130.67º 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 #419B51 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB6515581-
CMYK0.5800.480.39
HSL130.67º40.91%43.14%-
HSV(B)130.67º58.06%60.78%-
XYZ15.3925.1611.83-
YUV119.65106.1889.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=21.59%
G=51.50%
B=26.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65155810.5800.480.39130.6740.9143.14
Hex419B513A0302783292b
Octal10123312172060472035153
Binary1000001100110111010001111010011000010011110000011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,155,81); }

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

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

 a { background-color: rgb(65,155,81); }

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

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

 span { border-color: rgb(65,155,81); }

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