Html Css Color HEX #5F8C41 Dingley

📋 copy color: '#5F8C41'

red 95 ◦ green 140 ◦ blue 65

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

Shades of Dingley #5F8C41

Tints of Dingley #5F8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 31.67%
G = 46.67%
B = 21.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#5F8C41 (or 0x5F8C41) is known color: Dingley. HEX triplet: 5F, 8C and 41. RGB value is (95,140,65). Sum of RGB (Red+Green+Blue) = 95+140+65=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8C41 is #A073BE. Grayscale: #767676. Windows color (decimal): -10515391 or 4295775. OLE color: 4295775.

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

Color convert

RGB 95 140 65 -
CMYK 0.32 0 0.54 0.45
HSL 96º 0.37% 0.4% -
HSV(B) 96º 0.54% 0.55% -
XYZ 15.05 21.57 8.37 -
YUV 118 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 95 140 65 0.32 0 0.54 0.45 96 0.37 0.4
Hex 5F 8C 41 20 0 36 2D 60 25 28
Octal 137 214 101 40 0 66 55 140 45 50
Binary 1011111 10001100 1000001 100000 0 110110 101101 1100000 100101 101000

Color Harmonies of #5F8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8C41

Black with #5F8C41

Text Example


Text Example

White with #5F8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,140,65); }

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

background-color css

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

 a { background-color: rgb(95,140,65); }

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

border-color css

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

 span { border-color: rgb(95,140,65); }

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