Html Css Color HEX #64A638 Apple

📋 copy color: '#64A638'

red 100 ◦ green 166 ◦ blue 56

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

Shades of Apple #64A638

Tints of Apple #64A638

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.55%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 31.06%
G = 51.55%
B = 17.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#64A638 (or 0x64A638) is known color: Apple. HEX triplet: 64, A6 and 38. RGB value is (100,166,56). Sum of RGB (Red+Green+Blue) = 100+166+56=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #64A638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A638 is #9B59C7. Grayscale: #868686. Windows color (decimal): -10181064 or 3712612. OLE color: 3712612.

HSL color Cylindrical-coordinate representation of color #64A638: hue angle of 96º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64A638 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 56 -
CMYK 0.40 0 0.66 0.35
HSL 96º 0.5% 0.44% -
HSV(B) 96º 0.66% 0.65% -
XYZ 19.61 30.27 8.55 -
YUV 133.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 100 166 56 0.40 0 0.66 0.35 96 0.5 0.44
Hex 64 A6 38 28 0 42 23 60 32 2C
Octal 144 246 70 50 0 102 43 140 62 54
Binary 1100100 10100110 111000 101000 0 1000010 100011 1100000 110010 101100

Color Harmonies of #64A638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A638

Black with #64A638

Text Example


Text Example

White with #64A638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,166,56); }

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

background-color css

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

 a { background-color: rgb(100,166,56); }

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

border-color css

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

 span { border-color: rgb(100,166,56); }

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