#5F8B3D

Color #5F8B3D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5F8B3D

Tints of Dingley #5F8B3D

Color information

#5F8B3D (or 0x5F8B3D) is unknown color: approx Dingley. HEX triplet: 5F, 8B and 3D. RGB value is (95,139,61). Sum of RGB (Red+Green+Blue) = 95+139+61=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8B3D is #A074C2. Grayscale: #757575. Windows color (decimal): -10515651 or 4033375. OLE color: 4033375.

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

Color convert

RGB9513961-
CMYK0.3200.560.45
HSL93.85º39%39.22%-
HSV(B)93.85º56.12%54.51%-
XYZ14.7921.247.73-
YUV116.9596.42112.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=32.20%
G=47.12%
B=20.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95139610.3200.560.4593.853939.22
Hex5F8B3D200382D5e2727
Octal1372137540070551364747
Binary10111111000101111110110000001110001011011011110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F8B3D;
 }
 .AnyTagClassName
 {
   color: #5F8B3D;
 }
</style>
background-color css

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

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

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

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

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

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