Html Css Color HEX #649D32 Limeade

📋 copy color: '#649D32'

red 100 ◦ green 157 ◦ blue 50

#649D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #649D32

Tints of Limeade #649D32

RGB

 RED value IS 100 (39.45% from 255) = 32.57%

 GREEN value IS 157 (61.72% from 255) = 51.14%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 32.57%
G = 51.14%
B = 16.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#649D32 (or 0x649D32) is known color: Limeade. HEX triplet: 64, 9D and 32. RGB value is (100,157,50). Sum of RGB (Red+Green+Blue) = 100+157+50=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #649D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D32 is #9B62CD. Grayscale: #808080. Windows color (decimal): -10183374 or 3317092. OLE color: 3317092.

HSL color Cylindrical-coordinate representation of color #649D32: hue angle of 91.96º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #649D32 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 50 -
CMYK 0.36 0 0.68 0.38
HSL 91.96º 0.52% 0.41% -
HSV(B) 91.96º 0.68% 0.62% -
XYZ 17.89 27.05 7.3 -
YUV 127.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 100 157 50 0.36 0 0.68 0.38 91.96 0.52 0.41
Hex 64 9D 32 24 0 44 26 5C 34 29
Octal 144 235 62 44 0 104 46 134 64 51
Binary 1100100 10011101 110010 100100 0 1000100 100110 1011100 110100 101001

Color Harmonies of #649D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D32

Black with #649D32

Text Example


Text Example

White with #649D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649D32; }

 p { color: rgb(100,157,50); }

 H1.HeaderClassName
 {
   color: #649D32;
 }
 .AnyTagClassName
 {
   color: #649D32;
 }
</style>

background-color css

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

 a { background-color: rgb(100,157,50); }

 div.DivClassName
 {
   background-color: #649D32;
 }
 .BgClassName
 {
   background-color: #649D32;
 }
</style>

border-color css

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

 span { border-color: rgb(100,157,50); }

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