Html Css Color HEX #5F8041 Dingley

📋 copy color: '#5F8041'

red 95 ◦ green 128 ◦ blue 65

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

Shades of Dingley #5F8041

Tints of Dingley #5F8041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.44%

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

R = 32.99%
G = 44.44%
B = 22.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#5F8041 (or 0x5F8041) is known color: Dingley. HEX triplet: 5F, 80 and 41. RGB value is (95,128,65). Sum of RGB (Red+Green+Blue) = 95+128+65=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8041 is #A07FBE. Grayscale: #6F6F6F. Windows color (decimal): -10518463 or 4292703. OLE color: 4292703.

HSL color Cylindrical-coordinate representation of color #5F8041: hue angle of 91.43º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F8041 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 128 65 -
CMYK 0.26 0 0.49 0.50
HSL 91.43º 0.33% 0.38% -
HSV(B) 91.43º 0.49% 0.5% -
XYZ 13.39 18.25 7.82 -
YUV 110.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 95 128 65 0.26 0 0.49 0.50 91.43 0.33 0.38
Hex 5F 80 41 1A 0 31 32 5B 21 26
Octal 137 200 101 32 0 61 62 133 41 46
Binary 1011111 10000000 1000001 11010 0 110001 110010 1011011 100001 100110

Color Harmonies of #5F8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8041

Black with #5F8041

Text Example


Text Example

White with #5F8041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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