Html Css Color HEX #64B448 Apple

📋 copy color: '#64B448'

red 100 ◦ green 180 ◦ blue 72

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

Shades of Apple #64B448

Tints of Apple #64B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.14%

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 28.41%
G = 51.14%
B = 20.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#64B448 (or 0x64B448) is known color: Apple. HEX triplet: 64, B4 and 48. RGB value is (100,180,72). Sum of RGB (Red+Green+Blue) = 100+180+72=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #64B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B448 is #9B4BB7. Grayscale: #909090. Windows color (decimal): -10177464 or 4764772. OLE color: 4764772.

HSL color Cylindrical-coordinate representation of color #64B448: hue angle of 104.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B448 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 72 -
CMYK 0.44 0 0.60 0.29
HSL 104.44º 0.43% 0.49% -
HSV(B) 104.44º 0.6% 0.71% -
XYZ 22.75 35.82 11.85 -
YUV 143.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 100 180 72 0.44 0 0.60 0.29 104.44 0.43 0.49
Hex 64 B4 48 2C 0 3C 1D 68 2B 31
Octal 144 264 110 54 0 74 35 150 53 61
Binary 1100100 10110100 1001000 101100 0 111100 11101 1101000 101011 110001

Color Harmonies of #64B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B448

Black with #64B448

Text Example


Text Example

White with #64B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,180,72); }

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

background-color css

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

 a { background-color: rgb(100,180,72); }

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

border-color css

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

 span { border-color: rgb(100,180,72); }

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