#639B38

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

Shades of Limeade #639B38

Tints of Limeade #639B38

Color information

#639B38 (or 0x639B38) is unknown color: approx Limeade. HEX triplet: 63, 9B and 38. RGB value is (99,155,56). Sum of RGB (Red+Green+Blue) = 99+155+56=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #639B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B38 is #9C64C7. Grayscale: #7F7F7F. Windows color (decimal): -10249416 or 3709795. OLE color: 3709795.

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

Color convert

RGB9915556-
CMYK0.3600.640.39
HSL93.94º46.92%41.37%-
HSV(B)93.94º63.87%60.78%-
XYZ17.5826.387.91-
YUV126.9787.95108.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=31.94%
G=50%
B=18.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99155560.3600.640.3993.9446.9241.37
Hex639B3824040275e2f29
Octal14323370440100471365751
Binary110001110011011111000100100010000001001111011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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