#5C7B3D

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

Shades of Dingley #5C7B3D

Tints of Dingley #5C7B3D

Color information

#5C7B3D (or 0x5C7B3D) is unknown color: approx Dingley. HEX triplet: 5C, 7B and 3D. RGB value is (92,123,61). Sum of RGB (Red+Green+Blue) = 92+123+61=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B3D is #A384C2. Grayscale: #6A6A6A. Windows color (decimal): -10716355 or 4029276. OLE color: 4029276.

HSL color Cylindrical-coordinate representation of color #5C7B3D: hue angle of 90º degrees, saturation: 0.34, 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 #5C7B3D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB9212361-
CMYK0.2500.500.52
HSL90º33.7%36.08%-
HSV(B)90º50.41%48.24%-
XYZ12.3416.787-
YUV106.66102.23117.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=33.33%
G=44.57%
B=22.10%

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
Decimal92123610.2500.500.529033.736.08
Hex5C7B3D19032345a2224
Octal1341737531062641324244
Binary101110011110111111011100101100101101001011010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,123,61); }

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

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

 a { background-color: rgb(92,123,61); }

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

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

 span { border-color: rgb(92,123,61); }

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