Html Css Color HEX #41553F Grey-Asparagus

📋 copy color: '#41553F'

red 65 ◦ green 85 ◦ blue 63

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

Shades of Grey-Asparagus #41553F

Tints of Grey-Asparagus #41553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 30.52%
G = 39.91%
B = 29.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#41553F (or 0x41553F) is known color: Grey-Asparagus. HEX triplet: 41, 55 and 3F. RGB value is (65,85,63). Sum of RGB (Red+Green+Blue) = 65+85+63=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #41553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553F is #BEAAC0. Grayscale: #4C4C4C. Windows color (decimal): -12495553 or 4150593. OLE color: 4150593.

HSL color Cylindrical-coordinate representation of color #41553F: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41553F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 63 -
CMYK 0.24 0 0.26 0.67
HSL 114.55º 0.15% 0.29% -
HSV(B) 114.55º 0.26% 0.33% -
XYZ 6.33 7.98 5.91 -
YUV 76.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 65 85 63 0.24 0 0.26 0.67 114.55 0.15 0.29
Hex 41 55 3F 18 0 1A 43 73 F 1D
Octal 101 125 77 30 0 32 103 163 17 35
Binary 1000001 1010101 111111 11000 0 11010 1000011 1110011 1111 11101

Color Harmonies of #41553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41553F

Black with #41553F

Text Example


Text Example

White with #41553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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