Html Css Color HEX #5F8E3C Dingley

📋 copy color: '#5F8E3C'

red 95 ◦ green 142 ◦ blue 60

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

Shades of Dingley #5F8E3C

Tints of Dingley #5F8E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.81%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 31.99%
G = 47.81%
B = 20.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#5F8E3C (or 0x5F8E3C) is known color: Dingley. HEX triplet: 5F, 8E and 3C. RGB value is (95,142,60). Sum of RGB (Red+Green+Blue) = 95+142+60=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8E3C is #A071C3. Grayscale: #767676. Windows color (decimal): -10514884 or 3968607. OLE color: 3968607.

HSL color Cylindrical-coordinate representation of color #5F8E3C: hue angle of 94.39º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F8E3C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 142 60 -
CMYK 0.33 0 0.58 0.44
HSL 94.39º 0.41% 0.4% -
HSV(B) 94.39º 0.58% 0.56% -
XYZ 15.21 22.11 7.74 -
YUV 118.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 95 142 60 0.33 0 0.58 0.44 94.39 0.41 0.4
Hex 5F 8E 3C 21 0 3A 2C 5E 29 28
Octal 137 216 74 41 0 72 54 136 51 50
Binary 1011111 10001110 111100 100001 0 111010 101100 1011110 101001 101000

Color Harmonies of #5F8E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8E3C

Black with #5F8E3C

Text Example


Text Example

White with #5F8E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,142,60); }

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

background-color css

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

 a { background-color: rgb(95,142,60); }

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

border-color css

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

 span { border-color: rgb(95,142,60); }

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