Html Css Color HEX #419B60 Chateau Green

📋 copy color: '#419B60'

red 65 ◦ green 155 ◦ blue 96

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

Shades of Chateau Green #419B60

Tints of Chateau Green #419B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 20.57%
G = 49.05%
B = 30.38%

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

#419B60 (or 0x419B60) is known color: Chateau Green. HEX triplet: 41, 9B and 60. RGB value is (65,155,96). Sum of RGB (Red+Green+Blue) = 65+155+96=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #419B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B60 is #BE649F. Grayscale: #797979. Windows color (decimal): -12477600 or 6331201. OLE color: 6331201.

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

Color convert

RGB 65 155 96 -
CMYK 0.58 0 0.38 0.39
HSL 140.67º 0.41% 0.43% -
HSV(B) 140.67º 0.58% 0.61% -
XYZ 16.01 25.41 15.13 -
YUV 121.36 113.68 87.8 -
System Red Green Blue C M Y K H S L
Decimal 65 155 96 0.58 0 0.38 0.39 140.67 0.41 0.43
Hex 41 9B 60 3A 0 26 27 8D 29 2B
Octal 101 233 140 72 0 46 47 215 51 53
Binary 1000001 10011011 1100000 111010 0 100110 100111 10001101 101001 101011

Color Harmonies of #419B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B60

Black with #419B60

Text Example


Text Example

White with #419B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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