#638438

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

Shades of Dingley #638438

Tints of Dingley #638438

Color information

#638438 (or 0x638438) is unknown color: approx Dingley. HEX triplet: 63, 84 and 38. RGB value is (99,132,56). Sum of RGB (Red+Green+Blue) = 99+132+56=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #638438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638438 is #9C7BC7. Grayscale: #717171. Windows color (decimal): -10255304 or 3703907. OLE color: 3703907.

HSL color Cylindrical-coordinate representation of color #638438: hue angle of 86.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638438 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB9913256-
CMYK0.2500.580.48
HSL86.05º40.43%36.86%-
HSV(B)86.05º57.58%51.76%-
XYZ14.1119.446.75-
YUV113.4795.57117.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=34.49%
G=45.99%
B=19.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132560.2500.580.4886.0540.4336.86
Hex6384381903A30562825
Octal1432047031072601265045
Binary1100011100001001110001100101110101100001010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638438; }

 p { color: rgb(99,132,56); }

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

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

 a { background-color: rgb(99,132,56); }

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

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

 span { border-color: rgb(99,132,56); }

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