#638D3C

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

Shades of Dingley #638D3C

Tints of Dingley #638D3C

Color information

#638D3C (or 0x638D3C) is unknown color: approx Dingley. HEX triplet: 63, 8D and 3C. RGB value is (99,141,60). Sum of RGB (Red+Green+Blue) = 99+141+60=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #638D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D3C is #9C72C3. Grayscale: #777777. Windows color (decimal): -10252996 or 3968355. OLE color: 3968355.

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

Color convert

RGB9914160-
CMYK0.3000.570.45
HSL91.11º40.3%39.41%-
HSV(B)91.11º57.45%55.29%-
XYZ15.4922.037.71-
YUV119.2194.59113.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 60 (23.83% from 255) = 20%
R=33%
G=47%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141600.3000.570.4591.1140.339.41
Hex638D3C1E0392D5b2827
Octal1432157436071551335047
Binary1100011100011011111001111001110011011011011011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,60); }

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

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

 a { background-color: rgb(99,141,60); }

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

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

 span { border-color: rgb(99,141,60); }

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