Html Css Color HEX #5F7448 Dingley

📋 copy color: '#5F7448'

red 95 ◦ green 116 ◦ blue 72

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

Shades of Dingley #5F7448

Tints of Dingley #5F7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 33.57%
G = 40.99%
B = 25.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#5F7448 (or 0x5F7448) is known color: Dingley. HEX triplet: 5F, 74 and 48. RGB value is (95,116,72). Sum of RGB (Red+Green+Blue) = 95+116+72=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7448 is #A08BB7. Grayscale: #686868. Windows color (decimal): -10521528 or 4748383. OLE color: 4748383.

HSL color Cylindrical-coordinate representation of color #5F7448: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7448 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 72 -
CMYK 0.18 0 0.38 0.55
HSL 88.64º 0.23% 0.37% -
HSV(B) 88.64º 0.38% 0.45% -
XYZ 12.13 15.39 8.46 -
YUV 104.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 95 116 72 0.18 0 0.38 0.55 88.64 0.23 0.37
Hex 5F 74 48 12 0 26 37 59 17 25
Octal 137 164 110 22 0 46 67 131 27 45
Binary 1011111 1110100 1001000 10010 0 100110 110111 1011001 10111 100101

Color Harmonies of #5F7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7448

Black with #5F7448

Text Example


Text Example

White with #5F7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,72); }

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

background-color css

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

 a { background-color: rgb(95,116,72); }

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

border-color css

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

 span { border-color: rgb(95,116,72); }

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