Html Css Color HEX #419C61 Chateau Green

📋 copy color: '#419C61'

red 65 ◦ green 156 ◦ blue 97

#419C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #419C61

Tints of Chateau Green #419C61

RGB

 RED value IS 65 (25.78% from 255) = 20.44%

 GREEN value IS 156 (61.33% from 255) = 49.06%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 20.44%
G = 49.06%
B = 30.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#419C61 (or 0x419C61) is known color: Chateau Green. HEX triplet: 41, 9C and 61. RGB value is (65,156,97). Sum of RGB (Red+Green+Blue) = 65+156+97=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #419C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C61 is #BE639E. Grayscale: #7A7A7A. Windows color (decimal): -12477343 or 6396993. OLE color: 6396993.

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

Color convert

RGB 65 156 97 -
CMYK 0.58 0 0.38 0.39
HSL 141.1º 0.41% 0.43% -
HSV(B) 141.1º 0.58% 0.61% -
XYZ 16.23 25.76 15.43 -
YUV 122.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 65 156 97 0.58 0 0.38 0.39 141.1 0.41 0.43
Hex 41 9C 61 3A 0 26 27 8D 29 2B
Octal 101 234 141 72 0 46 47 215 51 53
Binary 1000001 10011100 1100001 111010 0 100110 100111 10001101 101001 101011

Color Harmonies of #419C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419C61

Black with #419C61

Text Example


Text Example

White with #419C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #419C61;
 }
 .AnyTagClassName
 {
   color: #419C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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