#639C35

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

Shades of Limeade #639C35

Tints of Limeade #639C35

Color information

#639C35 (or 0x639C35) is unknown color: approx Limeade. HEX triplet: 63, 9C and 35. RGB value is (99,156,53). Sum of RGB (Red+Green+Blue) = 99+156+53=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #639C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639C35 is #9C63CA. Grayscale: #7F7F7F. Windows color (decimal): -10249163 or 3513443. OLE color: 3513443.

HSL color Cylindrical-coordinate representation of color #639C35: hue angle of 93.2º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #639C35 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB9915653-
CMYK0.3700.660.39
HSL93.2º49.28%40.98%-
HSV(B)93.2º66.03%61.18%-
XYZ17.6826.697.59-
YUV127.2186.12107.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 156 (61.33% from 255) = 50.65%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=32.14%
G=50.65%
B=17.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99156530.3700.660.3993.249.2840.98
Hex639C3525042275d3129
Octal14323465450102471356151
Binary110001110011100110101100101010000101001111011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639C35; }

 p { color: rgb(99,156,53); }

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

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

 a { background-color: rgb(99,156,53); }

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

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

 span { border-color: rgb(99,156,53); }

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