#629541

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

Shades of Dingley #629541

Tints of Dingley #629541

Color information

#629541 (or 0x629541) is unknown color: approx Dingley. HEX triplet: 62, 95 and 41. RGB value is (98,149,65). Sum of RGB (Red+Green+Blue) = 98+149+65=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #629541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629541 is #9D6ABE. Grayscale: #7C7C7C. Windows color (decimal): -10316479 or 4298082. OLE color: 4298082.

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

Color convert

RGB9814965-
CMYK0.3400.560.42
HSL96.43º39.25%41.96%-
HSV(B)96.43º56.38%58.43%-
XYZ16.7424.478.84-
YUV124.1794.6109.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=31.41%
G=47.76%
B=20.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98149650.3400.560.4296.4339.2541.96
Hex629541220382A60272a
Octal14222510142070521404752
Binary110001010010101100000110001001110001010101100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629541; }

 p { color: rgb(98,149,65); }

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

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

 a { background-color: rgb(98,149,65); }

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

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

 span { border-color: rgb(98,149,65); }

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