#64B259

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

Shades of Apple #64B259

Tints of Apple #64B259

Color information

#64B259 (or 0x64B259) is unknown color: approx Apple. HEX triplet: 64, B2 and 59. RGB value is (100,178,89). Sum of RGB (Red+Green+Blue) = 100+178+89=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #64B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B259 is #9B4DA6. Grayscale: #909090. Windows color (decimal): -10177959 or 5878372. OLE color: 5878372.

HSL color Cylindrical-coordinate representation of color #64B259: hue angle of 112.58º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64B259 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB10017889-
CMYK0.4400.50.30
HSL112.58º36.63%52.35%-
HSV(B)112.58º50%69.8%-
XYZ22.9835.2715.05-
YUV144.5396.6696.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=27.25%
G=48.50%
B=24.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100178890.4400.50.30112.5836.6352.35
Hex64B2592C0321E712534
Octal14426213154062361614564
Binary11001001011001010110011011000110010111101110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,178,89); }

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

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

 a { background-color: rgb(100,178,89); }

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

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

 span { border-color: rgb(100,178,89); }

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