Html Css Color HEX #5F8840 Dingley

📋 copy color: '#5F8840'

red 95 ◦ green 136 ◦ blue 64

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

Shades of Dingley #5F8840

Tints of Dingley #5F8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 32.2%
G = 46.1%
B = 21.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#5F8840 (or 0x5F8840) is known color: Dingley. HEX triplet: 5F, 88 and 40. RGB value is (95,136,64). Sum of RGB (Red+Green+Blue) = 95+136+64=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8840 is #A077BF. Grayscale: #737373. Windows color (decimal): -10516416 or 4229215. OLE color: 4229215.

HSL color Cylindrical-coordinate representation of color #5F8840: hue angle of 94.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F8840 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 64 -
CMYK 0.30 0 0.53 0.47
HSL 94.17º 0.36% 0.39% -
HSV(B) 94.17º 0.53% 0.53% -
XYZ 14.45 20.41 8.03 -
YUV 115.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 95 136 64 0.30 0 0.53 0.47 94.17 0.36 0.39
Hex 5F 88 40 1E 0 35 2F 5E 24 27
Octal 137 210 100 36 0 65 57 136 44 47
Binary 1011111 10001000 1000000 11110 0 110101 101111 1011110 100100 100111

Color Harmonies of #5F8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8840

Black with #5F8840

Text Example


Text Example

White with #5F8840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,64); }

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

background-color css

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

 a { background-color: rgb(95,136,64); }

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

border-color css

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

 span { border-color: rgb(95,136,64); }

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