#64B633

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

Shades of Apple #64B633

Tints of Apple #64B633

Color information

#64B633 (or 0x64B633) is unknown color: approx Apple. HEX triplet: 64, B6 and 33. RGB value is (100,182,51). Sum of RGB (Red+Green+Blue) = 100+182+51=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #64B633 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B633 is #9B49CC. Grayscale: #8E8E8E. Windows color (decimal): -10176973 or 3389028. OLE color: 3389028.

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

Color convert

RGB10018251-
CMYK0.4500.720.29
HSL97.56º56.22%45.69%-
HSV(B)97.56º71.98%71.37%-
XYZ22.5836.48.97-
YUV142.5576.3397.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 182 (71.48% from 255) = 54.65%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=30.03%
G=54.65%
B=15.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100182510.4500.720.2997.5656.2245.69
Hex64B6332D0481D62382e
Octal14426663550110351427056
Binary11001001011011011001110110101001000111011100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,51); }

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

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

 a { background-color: rgb(100,182,51); }

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

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

 span { border-color: rgb(100,182,51); }

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