#5B8C3D

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

Shades of Dingley #5B8C3D

Tints of Dingley #5B8C3D

Color information

#5B8C3D (or 0x5B8C3D) is unknown color: approx Dingley. HEX triplet: 5B, 8C and 3D. RGB value is (91,140,61). Sum of RGB (Red+Green+Blue) = 91+140+61=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #5B8C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8C3D is #A473C2. Grayscale: #747474. Windows color (decimal): -10777539 or 4033627. OLE color: 4033627.

HSL color Cylindrical-coordinate representation of color #5B8C3D: hue angle of 97.22º 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 #5B8C3D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB9114061-
CMYK0.3500.560.45
HSL97.22º39.3%39.41%-
HSV(B)97.22º56.43%54.9%-
XYZ14.5321.327.76-
YUV116.3496.77109.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.16%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=31.16%
G=47.95%
B=20.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91140610.3500.560.4597.2239.339.41
Hex5B8C3D230382D612727
Octal1332147543070551414747
Binary10110111000110011110110001101110001011011100001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,140,61); }

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

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

 a { background-color: rgb(91,140,61); }

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

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

 span { border-color: rgb(91,140,61); }

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