#61933F

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

Shades of Dingley #61933F

Tints of Dingley #61933F

Color information

#61933F (or 0x61933F) is unknown color: approx Dingley. HEX triplet: 61, 93 and 3F. RGB value is (97,147,63). Sum of RGB (Red+Green+Blue) = 97+147+63=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #61933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61933F is #9E6CC0. Grayscale: #7A7A7A. Windows color (decimal): -10382529 or 4166497. OLE color: 4166497.

HSL color Cylindrical-coordinate representation of color #61933F: hue angle of 95.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61933F is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB9714763-
CMYK0.3400.570.42
HSL95.71º40%41.18%-
HSV(B)95.71º57.14%57.65%-
XYZ16.2623.778.43-
YUV122.4794.44109.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 63 (25% from 255) = 20.52%
R=31.60%
G=47.88%
B=20.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97147630.3400.570.4295.714041.18
Hex61933F220392A602829
Octal1412237742071521405051
Binary11000011001001111111110001001110011010101100000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61933F; }

 p { color: rgb(97,147,63); }

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

<style>
 a { background-color: #61933F; }

 a { background-color: rgb(97,147,63); }

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

<style>
 span { border-color: #61933F; }

 span { border-color: rgb(97,147,63); }

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