#638C3D

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

Shades of Dingley #638C3D

Tints of Dingley #638C3D

Color information

#638C3D (or 0x638C3D) is unknown color: approx Dingley. HEX triplet: 63, 8C and 3D. RGB value is (99,140,61). Sum of RGB (Red+Green+Blue) = 99+140+61=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #638C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C3D is #9C73C2. Grayscale: #777777. Windows color (decimal): -10253251 or 4033635. OLE color: 4033635.

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

Color convert

RGB9914061-
CMYK0.2900.560.45
HSL91.14º39.3%39.41%-
HSV(B)91.14º56.43%54.9%-
XYZ15.3721.757.8-
YUV118.7395.42113.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 140 (55.08% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=33%
G=46.67%
B=20.33%

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
Decimal99140610.2900.560.4591.1439.339.41
Hex638C3D1D0382D5b2727
Octal1432147535070551334747
Binary1100011100011001111011110101110001011011011011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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