#64AD36

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

Shades of Apple #64AD36

Tints of Apple #64AD36

Color information

#64AD36 (or 0x64AD36) is unknown color: approx Apple. HEX triplet: 64, AD and 36. RGB value is (100,173,54). Sum of RGB (Red+Green+Blue) = 100+173+54=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD36 is #9B52C9. Grayscale: #8A8A8A. Windows color (decimal): -10179274 or 3583332. OLE color: 3583332.

HSL color Cylindrical-coordinate representation of color #64AD36: hue angle of 96.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64AD36 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB10017354-
CMYK0.4200.690.32
HSL96.81º52.42%44.51%-
HSV(B)96.81º68.79%67.84%-
XYZ20.8632.868.73-
YUV137.6180.82101.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=30.58%
G=52.91%
B=16.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173540.4200.690.3296.8152.4244.51
Hex64AD362A0452061342d
Octal14425566520105401416455
Binary110010010101101110110101010010001011000001100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,173,54); }

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

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

 a { background-color: rgb(100,173,54); }

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

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

 span { border-color: rgb(100,173,54); }

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