#5F7B3D

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

Shades of Dingley #5F7B3D

Tints of Dingley #5F7B3D

Color information

#5F7B3D (or 0x5F7B3D) is unknown color: approx Dingley. HEX triplet: 5F, 7B and 3D. RGB value is (95,123,61). Sum of RGB (Red+Green+Blue) = 95+123+61=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B3D is #A084C2. Grayscale: #6B6B6B. Windows color (decimal): -10519747 or 4029279. OLE color: 4029279.

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

Color convert

RGB9512361-
CMYK0.2300.500.52
HSL87.1º33.7%36.08%-
HSV(B)87.1º50.41%48.24%-
XYZ12.6416.947.02-
YUV107.56101.72119.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.05%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=34.05%
G=44.09%
B=21.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95123610.2300.500.5287.133.736.08
Hex5F7B3D1703234572224
Octal1371737527062641274244
Binary101111111110111111011011101100101101001010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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