Html Css Color HEX #41524F Dark Slate

📋 copy color: '#41524F'

red 65 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate #41524F

Tints of Dark Slate #41524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 28.76%
G = 36.28%
B = 34.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#41524F (or 0x41524F) is known color: Dark Slate. HEX triplet: 41, 52 and 4F. RGB value is (65,82,79). Sum of RGB (Red+Green+Blue) = 65+82+79=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #41524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41524F is #BEADB0. Grayscale: #4C4C4C. Windows color (decimal): -12496305 or 5198401. OLE color: 5198401.

HSL color Cylindrical-coordinate representation of color #41524F: hue angle of 169.41º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #41524F is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 79 -
CMYK 0.21 0 0.04 0.68
HSL 169.41º 0.12% 0.29% -
HSV(B) 169.41º 0.21% 0.32% -
XYZ 6.61 7.72 8.54 -
YUV 76.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 65 82 79 0.21 0 0.04 0.68 169.41 0.12 0.29
Hex 41 52 4F 15 0 4 44 A9 C 1D
Octal 101 122 117 25 0 4 104 251 14 35
Binary 1000001 1010010 1001111 10101 0 100 1000100 10101001 1100 11101

Color Harmonies of #41524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41524F

Black with #41524F

Text Example


Text Example

White with #41524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,82,79); }

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

background-color css

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

 a { background-color: rgb(65,82,79); }

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

border-color css

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

 span { border-color: rgb(65,82,79); }

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