#639C34

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

Shades of Limeade #639C34

Tints of Limeade #639C34

Color information

#639C34 (or 0x639C34) is unknown color: approx Limeade. HEX triplet: 63, 9C and 34. RGB value is (99,156,52). Sum of RGB (Red+Green+Blue) = 99+156+52=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #639C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639C34 is #9C63CB. Grayscale: #7F7F7F. Windows color (decimal): -10249164 or 3447907. OLE color: 3447907.

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

Color convert

RGB9915652-
CMYK0.3700.670.39
HSL92.88º50%40.78%-
HSV(B)92.88º66.67%61.18%-
XYZ17.6526.687.47-
YUV127.185.62107.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 156 (61.33% from 255) = 50.81%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=32.25%
G=50.81%
B=16.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99156520.3700.670.3992.885040.78
Hex639C3425043275d3229
Octal14323464450103471356251
Binary110001110011100110100100101010000111001111011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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