Html Css Color HEX #5F8D3D Dingley

📋 copy color: '#5F8D3D'

red 95 ◦ green 141 ◦ blue 61

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

Shades of Dingley #5F8D3D

Tints of Dingley #5F8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.47%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 31.99%
G = 47.47%
B = 20.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#5F8D3D (or 0x5F8D3D) is known color: Dingley. HEX triplet: 5F, 8D and 3D. RGB value is (95,141,61). Sum of RGB (Red+Green+Blue) = 95+141+61=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8D3D is #A072C2. Grayscale: #767676. Windows color (decimal): -10515139 or 4033887. OLE color: 4033887.

HSL color Cylindrical-coordinate representation of color #5F8D3D: hue angle of 94.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F8D3D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 141 61 -
CMYK 0.33 0 0.57 0.45
HSL 94.5º 0.4% 0.4% -
HSV(B) 94.5º 0.57% 0.55% -
XYZ 15.09 21.82 7.83 -
YUV 118.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 95 141 61 0.33 0 0.57 0.45 94.5 0.4 0.4
Hex 5F 8D 3D 21 0 39 2D 5E 28 28
Octal 137 215 75 41 0 71 55 136 50 50
Binary 1011111 10001101 111101 100001 0 111001 101101 1011110 101000 101000

Color Harmonies of #5F8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8D3D

Black with #5F8D3D

Text Example


Text Example

White with #5F8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,141,61); }

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

background-color css

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

 a { background-color: rgb(95,141,61); }

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

border-color css

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

 span { border-color: rgb(95,141,61); }

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