Html Css Color HEX #41693F Grey-Asparagus

📋 copy color: '#41693F'

red 65 ◦ green 105 ◦ blue 63

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

Shades of Grey-Asparagus #41693F

Tints of Grey-Asparagus #41693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 27.9%
G = 45.06%
B = 27.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#41693F (or 0x41693F) is known color: Grey-Asparagus. HEX triplet: 41, 69 and 3F. RGB value is (65,105,63). Sum of RGB (Red+Green+Blue) = 65+105+63=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #41693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41693F is #BE96C0. Grayscale: #585858. Windows color (decimal): -12490433 or 4155713. OLE color: 4155713.

HSL color Cylindrical-coordinate representation of color #41693F: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41693F is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 63 -
CMYK 0.38 0 0.4 0.59
HSL 117.14º 0.25% 0.33% -
HSV(B) 117.14º 0.4% 0.41% -
XYZ 8.13 11.59 6.51 -
YUV 88.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 65 105 63 0.38 0 0.4 0.59 117.14 0.25 0.33
Hex 41 69 3F 26 0 28 3B 75 19 21
Octal 101 151 77 46 0 50 73 165 31 41
Binary 1000001 1101001 111111 100110 0 101000 111011 1110101 11001 100001

Color Harmonies of #41693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41693F

Black with #41693F

Text Example


Text Example

White with #41693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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