#627A3E

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

Shades of Dingley #627A3E

Tints of Dingley #627A3E

Color information

#627A3E (or 0x627A3E) is unknown color: approx Dingley. HEX triplet: 62, 7A and 3E. RGB value is (98,122,62). Sum of RGB (Red+Green+Blue) = 98+122+62=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #627A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627A3E is #9D85C1. Grayscale: #6C6C6C. Windows color (decimal): -10323394 or 4094562. OLE color: 4094562.

HSL color Cylindrical-coordinate representation of color #627A3E: hue angle of 84º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #627A3E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB9812262-
CMYK0.2000.490.52
HSL84º32.61%36.08%-
HSV(B)84º49.18%47.84%-
XYZ12.8716.867.13-
YUV107.98102.05120.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=34.75%
G=43.26%
B=21.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98122620.2000.490.528432.6136.08
Hex627A3E1403134542124
Octal1421727624061641244144
Binary110001011110101111101010001100011101001010100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,122,62); }

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

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

 a { background-color: rgb(98,122,62); }

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

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

 span { border-color: rgb(98,122,62); }

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