#627F34

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

Shades of Dingley #627F34

Tints of Dingley #627F34

Color information

#627F34 (or 0x627F34) is unknown color: approx Dingley. HEX triplet: 62, 7F and 34. RGB value is (98,127,52). Sum of RGB (Red+Green+Blue) = 98+127+52=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #627F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F34 is #9D80CB. Grayscale: #6E6E6E. Windows color (decimal): -10322124 or 3440482. OLE color: 3440482.

HSL color Cylindrical-coordinate representation of color #627F34: hue angle of 83.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #627F34 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB9812752-
CMYK0.2300.590.50
HSL83.2º41.9%35.1%-
HSV(B)83.2º59.06%49.8%-
XYZ13.2518.026.03-
YUV109.7895.39119.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=35.38%
G=45.85%
B=18.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98127520.2300.590.5083.241.935.1
Hex627F341703B32532a23
Octal1421776427073621235243
Binary110001011111111101001011101110111100101010011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,127,52); }

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

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

 a { background-color: rgb(98,127,52); }

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

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

 span { border-color: rgb(98,127,52); }

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