Html Css Color HEX #41915D Chateau Green

📋 copy color: '#41915D'

red 65 ◦ green 145 ◦ blue 93

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

Shades of Chateau Green #41915D

Tints of Chateau Green #41915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 21.45%
G = 47.85%
B = 30.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#41915D (or 0x41915D) is known color: Chateau Green. HEX triplet: 41, 91 and 5D. RGB value is (65,145,93). Sum of RGB (Red+Green+Blue) = 65+145+93=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #41915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41915D is #BE6EA2. Grayscale: #737373. Windows color (decimal): -12480163 or 6132033. OLE color: 6132033.

HSL color Cylindrical-coordinate representation of color #41915D: hue angle of 141º 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 #41915D is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 93 -
CMYK 0.55 0 0.36 0.43
HSL 141º 0.38% 0.41% -
HSV(B) 141º 0.55% 0.57% -
XYZ 14.28 22.16 13.88 -
YUV 115.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 65 145 93 0.55 0 0.36 0.43 141 0.38 0.41
Hex 41 91 5D 37 0 24 2B 8D 26 29
Octal 101 221 135 67 0 44 53 215 46 51
Binary 1000001 10010001 1011101 110111 0 100100 101011 10001101 100110 101001

Color Harmonies of #41915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41915D

Black with #41915D

Text Example


Text Example

White with #41915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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