Html Css Color HEX #43625F Dark Slate

📋 copy color: '#43625F'

red 67 ◦ green 98 ◦ blue 95

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

Shades of Dark Slate #43625F

Tints of Dark Slate #43625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 25.77%
G = 37.69%
B = 36.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#43625F (or 0x43625F) is known color: Dark Slate. HEX triplet: 43, 62 and 5F. RGB value is (67,98,95). Sum of RGB (Red+Green+Blue) = 67+98+95=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #43625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43625F is #BC9DA0. Grayscale: #585858. Windows color (decimal): -12361121 or 6251075. OLE color: 6251075.

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

Color convert

RGB 67 98 95 -
CMYK 0.32 0 0.03 0.62
HSL 174.19º 0.19% 0.32% -
HSV(B) 174.19º 0.32% 0.38% -
XYZ 8.75 10.75 12.44 -
YUV 88.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 67 98 95 0.32 0 0.03 0.62 174.19 0.19 0.32
Hex 43 62 5F 20 0 3 3E AE 13 20
Octal 103 142 137 40 0 3 76 256 23 40
Binary 1000011 1100010 1011111 100000 0 11 111110 10101110 10011 100000

Color Harmonies of #43625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43625F

Black with #43625F

Text Example


Text Example

White with #43625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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