#65AF38

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

Shades of Apple #65AF38

Tints of Apple #65AF38

Color information

#65AF38 (or 0x65AF38) is unknown color: approx Apple. HEX triplet: 65, AF and 38. RGB value is (101,175,56). Sum of RGB (Red+Green+Blue) = 101+175+56=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AF38 is #9A50C7. Grayscale: #8B8B8B. Windows color (decimal): -10113224 or 3714917. OLE color: 3714917.

HSL color Cylindrical-coordinate representation of color #65AF38: hue angle of 97.31º 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 #65AF38 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB10117556-
CMYK0.4200.680.31
HSL97.31º51.52%45.29%-
HSV(B)97.31º68%68.63%-
XYZ21.4133.719.12-
YUV139.3180.98100.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 175 (68.75% from 255) = 52.71%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=30.42%
G=52.71%
B=16.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175560.4200.680.3197.3151.5245.29
Hex65AF382A0441F61342d
Octal14525770520104371416455
Binary11001011010111111100010101001000100111111100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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