#64B531

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

Shades of Apple #64B531

Tints of Apple #64B531

Color information

#64B531 (or 0x64B531) is unknown color: approx Apple. HEX triplet: 64, B5 and 31. RGB value is (100,181,49). Sum of RGB (Red+Green+Blue) = 100+181+49=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #64B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B531 is #9B4ACE. Grayscale: #8E8E8E. Windows color (decimal): -10177231 or 3257700. OLE color: 3257700.

HSL color Cylindrical-coordinate representation of color #64B531: hue angle of 96.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B531 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB10018149-
CMYK0.4500.730.29
HSL96.82º57.39%45.1%-
HSV(B)96.82º72.93%70.98%-
XYZ22.3335.988.67-
YUV141.7375.6698.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 181 (71.09% from 255) = 54.85%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=30.30%
G=54.85%
B=14.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100181490.4500.730.2996.8257.3945.1
Hex64B5312D0491D61392d
Octal14426561550111351417155
Binary11001001011010111000110110101001001111011100001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,181,49); }

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

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

 a { background-color: rgb(100,181,49); }

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

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

 span { border-color: rgb(100,181,49); }

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