Html Css Color HEX #41603F Grey-Asparagus

📋 copy color: '#41603F'

red 65 ◦ green 96 ◦ blue 63

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

Shades of Grey-Asparagus #41603F

Tints of Grey-Asparagus #41603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 29.02%
G = 42.86%
B = 28.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#41603F (or 0x41603F) is known color: Grey-Asparagus. HEX triplet: 41, 60 and 3F. RGB value is (65,96,63). Sum of RGB (Red+Green+Blue) = 65+96+63=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #41603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41603F is #BE9FC0. Grayscale: #535353. Windows color (decimal): -12492737 or 4153409. OLE color: 4153409.

HSL color Cylindrical-coordinate representation of color #41603F: hue angle of 116.36º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41603F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 63 -
CMYK 0.32 0 0.34 0.62
HSL 116.36º 0.21% 0.31% -
HSV(B) 116.36º 0.34% 0.38% -
XYZ 7.26 9.85 6.22 -
YUV 82.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 65 96 63 0.32 0 0.34 0.62 116.36 0.21 0.31
Hex 41 60 3F 20 0 22 3E 74 15 1F
Octal 101 140 77 40 0 42 76 164 25 37
Binary 1000001 1100000 111111 100000 0 100010 111110 1110100 10101 11111

Color Harmonies of #41603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41603F

Black with #41603F

Text Example


Text Example

White with #41603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41603F; }

 p { color: rgb(65,96,63); }

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

background-color css

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

 a { background-color: rgb(65,96,63); }

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

border-color css

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

 span { border-color: rgb(65,96,63); }

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