#64B43B

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

Shades of Apple #64B43B

Tints of Apple #64B43B

Color information

#64B43B (or 0x64B43B) is unknown color: approx Apple. HEX triplet: 64, B4 and 3B. RGB value is (100,180,59). Sum of RGB (Red+Green+Blue) = 100+180+59=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #64B43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B43B is #9B4BC4. Grayscale: #8E8E8E. Windows color (decimal): -10177477 or 3912804. OLE color: 3912804.

HSL color Cylindrical-coordinate representation of color #64B43B: hue angle of 99.67º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64B43B is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB10018059-
CMYK0.4400.670.29
HSL99.67º50.63%46.86%-
HSV(B)99.67º67.22%70.59%-
XYZ22.3735.679.84-
YUV142.298197.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=29.50%
G=53.10%
B=17.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100180590.4400.670.2999.6750.6346.86
Hex64B43B2C0431D64332f
Octal14426473540103351446357
Binary11001001011010011101110110001000011111011100100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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