Html Css Color HEX #41955D Chateau Green

📋 copy color: '#41955D'

red 65 ◦ green 149 ◦ blue 93

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

Shades of Chateau Green #41955D

Tints of Chateau Green #41955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

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

R = 21.17%
G = 48.53%
B = 30.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#41955D (or 0x41955D) is known color: Chateau Green. HEX triplet: 41, 95 and 5D. RGB value is (65,149,93). Sum of RGB (Red+Green+Blue) = 65+149+93=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #41955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41955D is #BE6AA2. Grayscale: #757575. Windows color (decimal): -12479139 or 6133057. OLE color: 6133057.

HSL color Cylindrical-coordinate representation of color #41955D: hue angle of 140º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41955D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 93 -
CMYK 0.56 0 0.38 0.42
HSL 140º 0.39% 0.42% -
HSV(B) 140º 0.56% 0.58% -
XYZ 14.9 23.41 14.09 -
YUV 117.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 65 149 93 0.56 0 0.38 0.42 140 0.39 0.42
Hex 41 95 5D 38 0 26 2A 8C 27 2A
Octal 101 225 135 70 0 46 52 214 47 52
Binary 1000001 10010101 1011101 111000 0 100110 101010 10001100 100111 101010

Color Harmonies of #41955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41955D

Black with #41955D

Text Example


Text Example

White with #41955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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