Html Css Color HEX #64A32C Limeade

📋 copy color: '#64A32C'

red 100 ◦ green 163 ◦ blue 44

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

Shades of Limeade #64A32C

Tints of Limeade #64A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 32.57%
G = 53.09%
B = 14.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#64A32C (or 0x64A32C) is known color: Limeade. HEX triplet: 64, A3 and 2C. RGB value is (100,163,44). Sum of RGB (Red+Green+Blue) = 100+163+44=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #64A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A32C is #9B5CD3. Grayscale: #838383. Windows color (decimal): -10181844 or 2925412. OLE color: 2925412.

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

Color convert

RGB 100 163 44 -
CMYK 0.39 0 0.73 0.36
HSL 91.76º 0.57% 0.41% -
HSV(B) 91.76º 0.73% 0.64% -
XYZ 18.81 29.09 7.01 -
YUV 130.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 100 163 44 0.39 0 0.73 0.36 91.76 0.57 0.41
Hex 64 A3 2C 27 0 49 24 5C 39 29
Octal 144 243 54 47 0 111 44 134 71 51
Binary 1100100 10100011 101100 100111 0 1001001 100100 1011100 111001 101001

Color Harmonies of #64A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A32C

Black with #64A32C

Text Example


Text Example

White with #64A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A32C; }

 p { color: rgb(100,163,44); }

 H1.HeaderClassName
 {
   color: #64A32C;
 }
 .AnyTagClassName
 {
   color: #64A32C;
 }
</style>

background-color css

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

 a { background-color: rgb(100,163,44); }

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

border-color css

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

 span { border-color: rgb(100,163,44); }

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