#636940

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

Shades of Woodland #636940

Tints of Woodland #636940

Color information

#636940 (or 0x636940) is unknown color: approx Woodland. HEX triplet: 63, 69 and 40. RGB value is (99,105,64). Sum of RGB (Red+Green+Blue) = 99+105+64=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #636940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636940 is #9C96BF. Grayscale: #626262. Windows color (decimal): -10262208 or 4221283. OLE color: 4221283.

HSL color Cylindrical-coordinate representation of color #636940: hue angle of 68.78º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #636940 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB9910564-
CMYK0.0600.390.59
HSL68.78º24.26%33.14%-
HSV(B)68.78º39.05%41.18%-
XYZ11.1213.136.8-
YUV98.53108.51128.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=36.94%
G=39.18%
B=23.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99105640.0600.390.5968.7824.2633.14
Hex63694060273B451821
Octal1431511006047731053041
Binary1100011110100110000001100100111111011100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636940; }

 p { color: rgb(99,105,64); }

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

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

 a { background-color: rgb(99,105,64); }

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

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

 span { border-color: rgb(99,105,64); }

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