#627C46

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

Shades of Dingley #627C46

Tints of Dingley #627C46

Color information

#627C46 (or 0x627C46) is unknown color: approx Dingley. HEX triplet: 62, 7C and 46. RGB value is (98,124,70). Sum of RGB (Red+Green+Blue) = 98+124+70=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #627C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C46 is #9D83B9. Grayscale: #6E6E6E. Windows color (decimal): -10322874 or 4619362. OLE color: 4619362.

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

Color convert

RGB9812470-
CMYK0.2100.440.51
HSL88.89º27.84%38.04%-
HSV(B)88.89º43.55%48.63%-
XYZ13.3517.458.46-
YUV110.07105.39119.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=33.56%
G=42.47%
B=23.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98124700.2100.440.5188.8927.8438.04
Hex627C461502C33591c26
Octal14217410625054631313446
Binary110001011111001000110101010101100110011101100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627C46; }

 p { color: rgb(98,124,70); }

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

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

 a { background-color: rgb(98,124,70); }

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

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

 span { border-color: rgb(98,124,70); }

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