#64AD3D

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

Shades of Apple #64AD3D

Tints of Apple #64AD3D

Color information

#64AD3D (or 0x64AD3D) is unknown color: approx Apple. HEX triplet: 64, AD and 3D. RGB value is (100,173,61). Sum of RGB (Red+Green+Blue) = 100+173+61=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD3D is #9B52C2. Grayscale: #8A8A8A. Windows color (decimal): -10179267 or 4042084. OLE color: 4042084.

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

Color convert

RGB10017361-
CMYK0.4200.650.32
HSL99.11º47.86%45.88%-
HSV(B)99.11º64.74%67.84%-
XYZ21.0432.939.66-
YUV138.484.32100.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 173 (67.97% from 255) = 51.80%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=29.94%
G=51.80%
B=18.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100173610.4200.650.3299.1147.8645.88
Hex64AD3D2A0412063302e
Octal14425575520101401436056
Binary110010010101101111101101010010000011000001100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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