#5C7B41

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

Shades of Dingley #5C7B41

Tints of Dingley #5C7B41

Color information

#5C7B41 (or 0x5C7B41) is unknown color: approx Dingley. HEX triplet: 5C, 7B and 41. RGB value is (92,123,65). Sum of RGB (Red+Green+Blue) = 92+123+65=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B41 is #A384BE. Grayscale: #6B6B6B. Windows color (decimal): -10716351 or 4291420. OLE color: 4291420.

HSL color Cylindrical-coordinate representation of color #5C7B41: hue angle of 92.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7B41 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB9212365-
CMYK0.2500.470.52
HSL92.07º30.85%36.86%-
HSV(B)92.07º47.15%48.24%-
XYZ12.4516.827.59-
YUV107.12104.23117.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=32.86%
G=43.93%
B=23.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92123650.2500.470.5292.0730.8536.86
Hex5C7B411902F345c1f25
Octal13417310131057641343745
Binary101110011110111000001110010101111110100101110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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