Html Css Color HEX #419650 Chateau Green

📋 copy color: '#419650'

red 65 ◦ green 150 ◦ blue 80

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

Shades of Chateau Green #419650

Tints of Chateau Green #419650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 22.03%
G = 50.85%
B = 27.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#419650 (or 0x419650) is known color: Chateau Green. HEX triplet: 41, 96 and 50. RGB value is (65,150,80). Sum of RGB (Red+Green+Blue) = 65+150+80=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #419650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419650 is #BE69AF. Grayscale: #747474. Windows color (decimal): -12478896 or 5281345. OLE color: 5281345.

HSL color Cylindrical-coordinate representation of color #419650: hue angle of 130.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419650 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 80 -
CMYK 0.57 0 0.47 0.41
HSL 130.59º 0.4% 0.42% -
HSV(B) 130.59º 0.57% 0.59% -
XYZ 14.53 23.52 11.36 -
YUV 116.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 65 150 80 0.57 0 0.47 0.41 130.59 0.4 0.42
Hex 41 96 50 39 0 2F 29 83 28 2A
Octal 101 226 120 71 0 57 51 203 50 52
Binary 1000001 10010110 1010000 111001 0 101111 101001 10000011 101000 101010

Color Harmonies of #419650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419650

Black with #419650

Text Example


Text Example

White with #419650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419650; }

 p { color: rgb(65,150,80); }

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

background-color css

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

 a { background-color: rgb(65,150,80); }

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

border-color css

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

 span { border-color: rgb(65,150,80); }

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