#64A938

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

Shades of Apple #64A938

Tints of Apple #64A938

Color information

#64A938 (or 0x64A938) is unknown color: approx Apple. HEX triplet: 64, A9 and 38. RGB value is (100,169,56). Sum of RGB (Red+Green+Blue) = 100+169+56=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #64A938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A938 is #9B56C7. Grayscale: #878787. Windows color (decimal): -10180296 or 3713380. OLE color: 3713380.

HSL color Cylindrical-coordinate representation of color #64A938: hue angle of 96.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64A938 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB10016956-
CMYK0.4100.670.34
HSL96.64º50.22%44.12%-
HSV(B)96.64º66.86%66.27%-
XYZ20.1631.378.73-
YUV135.4983.14102.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 169 (66.41% from 255) = 52%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=30.77%
G=52%
B=17.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100169560.4100.670.3496.6450.2244.12
Hex64A938290432261322c
Octal14425170510103421416254
Binary110010010101001111000101001010000111000101100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,169,56); }

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

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

 a { background-color: rgb(100,169,56); }

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

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

 span { border-color: rgb(100,169,56); }

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