#638745

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

Shades of Dingley #638745

Tints of Dingley #638745

Color information

#638745 (or 0x638745) is unknown color: approx Dingley. HEX triplet: 63, 87 and 45. RGB value is (99,135,69). Sum of RGB (Red+Green+Blue) = 99+135+69=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #638745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638745 is #9C78BA. Grayscale: #747474. Windows color (decimal): -10254523 or 4556643. OLE color: 4556643.

HSL color Cylindrical-coordinate representation of color #638745: hue angle of 92.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638745 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB9913569-
CMYK0.2700.490.47
HSL92.73º32.35%40%-
HSV(B)92.73º48.89%52.94%-
XYZ14.8820.418.79-
YUV116.71101.07115.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=32.67%
G=44.55%
B=22.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135690.2700.490.4792.7332.3540
Hex6387451B0312F5d2028
Octal14320710533061571354050
Binary11000111000011110001011101101100011011111011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638745; }

 p { color: rgb(99,135,69); }

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

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

 a { background-color: rgb(99,135,69); }

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

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

 span { border-color: rgb(99,135,69); }

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