Html Css Color HEX #43615F Dark Slate

📋 copy color: '#43615F'

red 67 ◦ green 97 ◦ blue 95

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

Shades of Dark Slate #43615F

Tints of Dark Slate #43615F

RGB

 RED value IS 67 (26.56% from 255) = 25.87%

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 25.87%
G = 37.45%
B = 36.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#43615F (or 0x43615F) is known color: Dark Slate. HEX triplet: 43, 61 and 5F. RGB value is (67,97,95). Sum of RGB (Red+Green+Blue) = 67+97+95=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #43615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43615F is #BC9EA0. Grayscale: #575757. Windows color (decimal): -12361377 or 6250819. OLE color: 6250819.

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

Color convert

RGB 67 97 95 -
CMYK 0.31 0 0.02 0.62
HSL 176º 0.18% 0.32% -
HSV(B) 176º 0.31% 0.38% -
XYZ 8.65 10.57 12.41 -
YUV 87.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 67 97 95 0.31 0 0.02 0.62 176 0.18 0.32
Hex 43 61 5F 1F 0 2 3E B0 12 20
Octal 103 141 137 37 0 2 76 260 22 40
Binary 1000011 1100001 1011111 11111 0 10 111110 10110000 10010 100000

Color Harmonies of #43615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43615F

Black with #43615F

Text Example


Text Example

White with #43615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,97,95); }

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

background-color css

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

 a { background-color: rgb(67,97,95); }

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

border-color css

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

 span { border-color: rgb(67,97,95); }

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