Html Css Color HEX #419155 Chateau Green

📋 copy color: '#419155'

red 65 ◦ green 145 ◦ blue 85

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

Shades of Chateau Green #419155

Tints of Chateau Green #419155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 22.03%
G = 49.15%
B = 28.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#419155 (or 0x419155) is known color: Chateau Green. HEX triplet: 41, 91 and 55. RGB value is (65,145,85). Sum of RGB (Red+Green+Blue) = 65+145+85=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #419155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419155 is #BE6EAA. Grayscale: #727272. Windows color (decimal): -12480171 or 5607745. OLE color: 5607745.

HSL color Cylindrical-coordinate representation of color #419155: hue angle of 135º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419155 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 85 -
CMYK 0.55 0 0.41 0.43
HSL 135º 0.38% 0.41% -
HSV(B) 135º 0.55% 0.57% -
XYZ 13.95 22.03 12.11 -
YUV 114.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 65 145 85 0.55 0 0.41 0.43 135 0.38 0.41
Hex 41 91 55 37 0 29 2B 87 26 29
Octal 101 221 125 67 0 51 53 207 46 51
Binary 1000001 10010001 1010101 110111 0 101001 101011 10000111 100110 101001

Color Harmonies of #419155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419155

Black with #419155

Text Example


Text Example

White with #419155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419155; }

 p { color: rgb(65,145,85); }

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

background-color css

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

 a { background-color: rgb(65,145,85); }

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

border-color css

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

 span { border-color: rgb(65,145,85); }

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