Html Css Color HEX #5F7546 Dingley

📋 copy color: '#5F7546'

red 95 ◦ green 117 ◦ blue 70

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

Shades of Dingley #5F7546

Tints of Dingley #5F7546

RGB

 RED value IS 95 (37.5% from 255) = 33.69%

 GREEN value IS 117 (46.09% from 255) = 41.49%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 33.69%
G = 41.49%
B = 24.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#5F7546 (or 0x5F7546) is known color: Dingley. HEX triplet: 5F, 75 and 46. RGB value is (95,117,70). Sum of RGB (Red+Green+Blue) = 95+117+70=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7546 is #A08AB9. Grayscale: #696969. Windows color (decimal): -10521274 or 4617567. OLE color: 4617567.

HSL color Cylindrical-coordinate representation of color #5F7546: hue angle of 88.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F7546 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 117 70 -
CMYK 0.19 0 0.40 0.54
HSL 88.09º 0.25% 0.37% -
HSV(B) 88.09º 0.4% 0.46% -
XYZ 12.19 15.6 8.16 -
YUV 105.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 95 117 70 0.19 0 0.40 0.54 88.09 0.25 0.37
Hex 5F 75 46 13 0 28 36 58 19 25
Octal 137 165 106 23 0 50 66 130 31 45
Binary 1011111 1110101 1000110 10011 0 101000 110110 1011000 11001 100101

Color Harmonies of #5F7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7546

Black with #5F7546

Text Example


Text Example

White with #5F7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7546; }

 p { color: rgb(95,117,70); }

 H1.HeaderClassName
 {
   color: #5F7546;
 }
 .AnyTagClassName
 {
   color: #5F7546;
 }
</style>

background-color css

<style>
 a { background-color: #5F7546; }

 a { background-color: rgb(95,117,70); }

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

border-color css

<style>
 span { border-color: #5F7546; }

 span { border-color: rgb(95,117,70); }

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