#65AF3D

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

Shades of Apple #65AF3D

Tints of Apple #65AF3D

Color information

#65AF3D (or 0x65AF3D) is unknown color: approx Apple. HEX triplet: 65, AF and 3D. RGB value is (101,175,61). Sum of RGB (Red+Green+Blue) = 101+175+61=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AF3D is #9A50C2. Grayscale: #8C8C8C. Windows color (decimal): -10113219 or 4042597. OLE color: 4042597.

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

Color convert

RGB10117561-
CMYK0.4200.650.31
HSL98.95º48.31%46.27%-
HSV(B)98.95º65.14%68.63%-
XYZ21.5433.769.8-
YUV139.8883.48100.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=29.97%
G=51.93%
B=18.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101175610.4200.650.3198.9548.3146.27
Hex65AF3D2A0411F63302e
Octal14525775520101371436056
Binary11001011010111111110110101001000001111111100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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