Html Css Color HEX #41995D Chateau Green

📋 copy color: '#41995D'

red 65 ◦ green 153 ◦ blue 93

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

Shades of Chateau Green #41995D

Tints of Chateau Green #41995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

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

R = 20.9%
G = 49.2%
B = 29.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#41995D (or 0x41995D) is known color: Chateau Green. HEX triplet: 41, 99 and 5D. RGB value is (65,153,93). Sum of RGB (Red+Green+Blue) = 65+153+93=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #41995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41995D is #BE66A2. Grayscale: #787878. Windows color (decimal): -12478115 or 6134081. OLE color: 6134081.

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

Color convert

RGB 65 153 93 -
CMYK 0.58 0 0.39 0.4
HSL 139.09º 0.4% 0.43% -
HSV(B) 139.09º 0.58% 0.6% -
XYZ 15.55 24.7 14.3 -
YUV 119.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 65 153 93 0.58 0 0.39 0.4 139.09 0.4 0.43
Hex 41 99 5D 3A 0 27 28 8B 28 2B
Octal 101 231 135 72 0 47 50 213 50 53
Binary 1000001 10011001 1011101 111010 0 100111 101000 10001011 101000 101011

Color Harmonies of #41995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41995D

Black with #41995D

Text Example


Text Example

White with #41995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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