#64B053

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

Shades of Apple #64B053

Tints of Apple #64B053

Color information

#64B053 (or 0x64B053) is unknown color: approx Apple. HEX triplet: 64, B0 and 53. RGB value is (100,176,83). Sum of RGB (Red+Green+Blue) = 100+176+83=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #64B053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B053 is #9B4FAC. Grayscale: #8E8E8E. Windows color (decimal): -10178477 or 5484644. OLE color: 5484644.

HSL color Cylindrical-coordinate representation of color #64B053: hue angle of 109.03º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64B053 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB10017683-
CMYK0.4300.530.31
HSL109.03º37.05%50.78%-
HSV(B)109.03º52.84%69.02%-
XYZ22.3434.3813.64-
YUV142.6794.3297.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 176 (69.14% from 255) = 49.03%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=27.86%
G=49.03%
B=23.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176830.4300.530.31109.0337.0550.78
Hex64B0532B0351F6d2533
Octal14426012353065371554563
Binary11001001011000010100111010110110101111111101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,83); }

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

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

 a { background-color: rgb(100,176,83); }

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

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

 span { border-color: rgb(100,176,83); }

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