#638E3D

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

Shades of Dingley #638E3D

Tints of Dingley #638E3D

Color information

#638E3D (or 0x638E3D) is unknown color: approx Dingley. HEX triplet: 63, 8E and 3D. RGB value is (99,142,61). Sum of RGB (Red+Green+Blue) = 99+142+61=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #638E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E3D is #9C71C2. Grayscale: #787878. Windows color (decimal): -10252739 or 4034147. OLE color: 4034147.

HSL color Cylindrical-coordinate representation of color #638E3D: hue angle of 91.85º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #638E3D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB9914261-
CMYK0.3000.570.44
HSL91.85º39.9%39.8%-
HSV(B)91.85º57.04%55.69%-
XYZ15.6622.347.9-
YUV119.9194.75113.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=32.78%
G=47.02%
B=20.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99142610.3000.570.4491.8539.939.8
Hex638E3D1E0392C5c2828
Octal1432167536071541345050
Binary1100011100011101111011111001110011011001011100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E3D; }

 p { color: rgb(99,142,61); }

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

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

 a { background-color: rgb(99,142,61); }

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

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

 span { border-color: rgb(99,142,61); }

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