#65A13D

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

Shades of Apple #65A13D

Tints of Apple #65A13D

Color information

#65A13D (or 0x65A13D) is unknown color: approx Apple. HEX triplet: 65, A1 and 3D. RGB value is (101,161,61). Sum of RGB (Red+Green+Blue) = 101+161+61=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #65A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A13D is #9A5EC2. Grayscale: #848484. Windows color (decimal): -10116803 or 4039013. OLE color: 4039013.

HSL color Cylindrical-coordinate representation of color #65A13D: hue angle of 96º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65A13D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB10116161-
CMYK0.3700.620.37
HSL96º45.05%43.53%-
HSV(B)96º62.11%63.14%-
XYZ18.9528.598.93-
YUV131.6688.12106.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=31.27%
G=49.85%
B=18.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101161610.3700.620.379645.0543.53
Hex65A13D2503E25602d2c
Octal1452417545076451405554
Binary11001011010000111110110010101111101001011100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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