Html Css Color HEX #5F734A Dingley

📋 copy color: '#5F734A'

red 95 ◦ green 115 ◦ blue 74

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

Shades of Dingley #5F734A

Tints of Dingley #5F734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 33.45%
G = 40.49%
B = 26.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#5F734A (or 0x5F734A) is known color: Dingley. HEX triplet: 5F, 73 and 4A. RGB value is (95,115,74). Sum of RGB (Red+Green+Blue) = 95+115+74=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #5F734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F734A is #A08CB5. Grayscale: #686868. Windows color (decimal): -10521782 or 4879199. OLE color: 4879199.

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

Color convert

RGB 95 115 74 -
CMYK 0.17 0 0.36 0.55
HSL 89.27º 0.22% 0.37% -
HSV(B) 89.27º 0.36% 0.45% -
XYZ 12.09 15.19 8.77 -
YUV 104.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 95 115 74 0.17 0 0.36 0.55 89.27 0.22 0.37
Hex 5F 73 4A 11 0 24 37 59 16 25
Octal 137 163 112 21 0 44 67 131 26 45
Binary 1011111 1110011 1001010 10001 0 100100 110111 1011001 10110 100101

Color Harmonies of #5F734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F734A

Black with #5F734A

Text Example


Text Example

White with #5F734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,74); }

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

background-color css

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

 a { background-color: rgb(95,115,74); }

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

border-color css

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

 span { border-color: rgb(95,115,74); }

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