#618036

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

Shades of Dingley #618036

Tints of Dingley #618036

Color information

#618036 (or 0x618036) is unknown color: approx Dingley. HEX triplet: 61, 80 and 36. RGB value is (97,128,54). Sum of RGB (Red+Green+Blue) = 97+128+54=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #618036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618036 is #9E7FC9. Grayscale: #6E6E6E. Windows color (decimal): -10387402 or 3571809. OLE color: 3571809.

HSL color Cylindrical-coordinate representation of color #618036: hue angle of 85.14º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #618036 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB9712854-
CMYK0.2400.580.50
HSL85.14º40.66%35.69%-
HSV(B)85.14º57.81%50.2%-
XYZ13.3118.256.31-
YUV110.396.23118.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=34.77%
G=45.88%
B=19.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128540.2400.580.5085.1440.6635.69
Hex6180361803A32552924
Octal1412006630072621255144
Binary1100001100000001101101100001110101100101010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618036; }

 p { color: rgb(97,128,54); }

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

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

 a { background-color: rgb(97,128,54); }

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

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

 span { border-color: rgb(97,128,54); }

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