#5B7A3D

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

Shades of Dingley #5B7A3D

Tints of Dingley #5B7A3D

Color information

#5B7A3D (or 0x5B7A3D) is unknown color: approx Dingley. HEX triplet: 5B, 7A and 3D. RGB value is (91,122,61). Sum of RGB (Red+Green+Blue) = 91+122+61=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7A3D is #A485C2. Grayscale: #696969. Windows color (decimal): -10782147 or 4029019. OLE color: 4029019.

HSL color Cylindrical-coordinate representation of color #5B7A3D: hue angle of 90.49º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B7A3D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB9112261-
CMYK0.2500.500.52
HSL90.49º33.33%35.88%-
HSV(B)90.49º50%47.84%-
XYZ12.1216.486.96-
YUV105.78102.73117.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 122 (48.05% from 255) = 44.53%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=33.21%
G=44.53%
B=22.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91122610.2500.500.5290.4933.3335.88
Hex5B7A3D19032345a2124
Octal1331727531062641324144
Binary101101111110101111011100101100101101001011010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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