#618340

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

Shades of Dingley #618340

Tints of Dingley #618340

Color information

#618340 (or 0x618340) is unknown color: approx Dingley. HEX triplet: 61, 83 and 40. RGB value is (97,131,64). Sum of RGB (Red+Green+Blue) = 97+131+64=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #618340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618340 is #9E7CBF. Grayscale: #717171. Windows color (decimal): -10386624 or 4227937. OLE color: 4227937.

HSL color Cylindrical-coordinate representation of color #618340: hue angle of 90.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618340 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB9713164-
CMYK0.2600.510.49
HSL90.45º34.36%38.24%-
HSV(B)90.45º51.15%51.37%-
XYZ13.9719.147.81-
YUV113.2100.24116.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=33.22%
G=44.86%
B=21.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131640.2600.510.4990.4534.3638.24
Hex6183401A033315a2226
Octal14120310032063611324246
Binary11000011000001110000001101001100111100011011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618340; }

 p { color: rgb(97,131,64); }

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

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

 a { background-color: rgb(97,131,64); }

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

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

 span { border-color: rgb(97,131,64); }

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