#638243

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

Shades of Dingley #638243

Tints of Dingley #638243

Color information

#638243 (or 0x638243) is unknown color: approx Dingley. HEX triplet: 63, 82 and 43. RGB value is (99,130,67). Sum of RGB (Red+Green+Blue) = 99+130+67=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #638243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638243 is #9C7DBC. Grayscale: #717171. Windows color (decimal): -10255805 or 4424291. OLE color: 4424291.

HSL color Cylindrical-coordinate representation of color #638243: hue angle of 89.52º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638243 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB9913067-
CMYK0.2400.480.49
HSL89.52º31.98%38.63%-
HSV(B)89.52º48.46%50.98%-
XYZ14.1419.028.24-
YUV113.55101.73117.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=33.45%
G=43.92%
B=22.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130670.2400.480.4989.5231.9838.63
Hex63824318030315a2027
Octal14320210330060611324047
Binary11000111000001010000111100001100001100011011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638243; }

 p { color: rgb(99,130,67); }

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

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

 a { background-color: rgb(99,130,67); }

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

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

 span { border-color: rgb(99,130,67); }

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