#64B948

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

Shades of Apple #64B948

Tints of Apple #64B948

Color information

#64B948 (or 0x64B948) is unknown color: approx Apple. HEX triplet: 64, B9 and 48. RGB value is (100,185,72). Sum of RGB (Red+Green+Blue) = 100+185+72=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #64B948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B948 is #9B46B7. Grayscale: #939393. Windows color (decimal): -10176184 or 4766052. OLE color: 4766052.

HSL color Cylindrical-coordinate representation of color #64B948: hue angle of 105.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B948 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB10018572-
CMYK0.4600.610.27
HSL105.13º44.66%50.39%-
HSV(B)105.13º61.08%72.55%-
XYZ23.7737.8812.19-
YUV146.785.8494.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 185 (72.66% from 255) = 51.82%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=28.01%
G=51.82%
B=20.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100185720.4600.610.27105.1344.6650.39
Hex64B9482E03D1B692d32
Octal14427111056075331515562
Binary11001001011100110010001011100111101110111101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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