#638C3E

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

Shades of Dingley #638C3E

Tints of Dingley #638C3E

Color information

#638C3E (or 0x638C3E) is unknown color: approx Dingley. HEX triplet: 63, 8C and 3E. RGB value is (99,140,62). Sum of RGB (Red+Green+Blue) = 99+140+62=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #638C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C3E is #9C73C1. Grayscale: #777777. Windows color (decimal): -10253250 or 4099171. OLE color: 4099171.

HSL color Cylindrical-coordinate representation of color #638C3E: hue angle of 91.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #638C3E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB9914062-
CMYK0.2900.560.45
HSL91.54º38.61%39.61%-
HSV(B)91.54º55.71%54.9%-
XYZ15.3921.767.95-
YUV118.8595.92113.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=32.89%
G=46.51%
B=20.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140620.2900.560.4591.5438.6139.61
Hex638C3E1D0382D5c2728
Octal1432147635070551344750
Binary1100011100011001111101110101110001011011011100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,62); }

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

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

 a { background-color: rgb(99,140,62); }

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

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

 span { border-color: rgb(99,140,62); }

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