#65AD38

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

Shades of Apple #65AD38

Tints of Apple #65AD38

Color information

#65AD38 (or 0x65AD38) is unknown color: approx Apple. HEX triplet: 65, AD and 38. RGB value is (101,173,56). Sum of RGB (Red+Green+Blue) = 101+173+56=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AD38 is #9A52C7. Grayscale: #8A8A8A. Windows color (decimal): -10113736 or 3714405. OLE color: 3714405.

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

Color convert

RGB10117356-
CMYK0.4200.680.32
HSL96.92º51.09%44.9%-
HSV(B)96.92º67.63%67.84%-
XYZ21.0232.948.99-
YUV138.1381.65101.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 173 (67.97% from 255) = 52.42%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=30.61%
G=52.42%
B=16.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101173560.4200.680.3296.9251.0944.9
Hex65AD382A0442061332d
Octal14525570520104401416355
Binary110010110101101111000101010010001001000001100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AD38; }

 p { color: rgb(101,173,56); }

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

<style>
 a { background-color: #65AD38; }

 a { background-color: rgb(101,173,56); }

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

<style>
 span { border-color: #65AD38; }

 span { border-color: rgb(101,173,56); }

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