#64b038

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

Shades of Apple #64B038

Tints of Apple #64B038

Color information

#64B038 (or 0x64B038) is unknown color: approx Apple. HEX triplet: 64, B0 and 38. RGB value is (100,176,56). Sum of RGB (Red+Green+Blue) = 100+176+56=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #64B038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B038 is #9B4FC7. Grayscale: #8B8B8B. Windows color (decimal): -10178504 or 3715172. OLE color: 3715172.

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

Color convert

RGB10017656-
CMYK0.4300.680.31
HSL98º51.72%45.49%-
HSV(B)98º68.18%69.02%-
XYZ21.4934.059.18-
YUV139.680.8299.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 176 (69.14% from 255) = 53.01%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=30.12%
G=53.01%
B=16.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176560.4300.680.319851.7245.49
Hex64B0382B0441F62342d
Octal14426070530104371426455
Binary11001001011000011100010101101000100111111100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64b038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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