#629140

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

Shades of Dingley #629140

Tints of Dingley #629140

Color information

#629140 (or 0x629140) is unknown color: approx Dingley. HEX triplet: 62, 91 and 40. RGB value is (98,145,64). Sum of RGB (Red+Green+Blue) = 98+145+64=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #629140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629140 is #9D6EBF. Grayscale: #797979. Windows color (decimal): -10317504 or 4231522. OLE color: 4231522.

HSL color Cylindrical-coordinate representation of color #629140: hue angle of 94.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629140 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB9814564-
CMYK0.3200.560.43
HSL94.81º38.76%40.98%-
HSV(B)94.81º55.86%56.86%-
XYZ16.0923.228.48-
YUV121.7195.43111.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=31.92%
G=47.23%
B=20.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98145640.3200.560.4394.8138.7640.98
Hex629140200382B5f2729
Octal14222110040070531374751
Binary110001010010001100000010000001110001010111011111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629140; }

 p { color: rgb(98,145,64); }

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

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

 a { background-color: rgb(98,145,64); }

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

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

 span { border-color: rgb(98,145,64); }

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