#65B43D

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

Shades of Apple #65B43D

Tints of Apple #65B43D

Color information

#65B43D (or 0x65B43D) is unknown color: approx Apple. HEX triplet: 65, B4 and 3D. RGB value is (101,180,61). Sum of RGB (Red+Green+Blue) = 101+180+61=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #65B43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B43D is #9A4BC2. Grayscale: #8F8F8F. Windows color (decimal): -10111939 or 4043877. OLE color: 4043877.

HSL color Cylindrical-coordinate representation of color #65B43D: hue angle of 99.83º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65B43D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB10118061-
CMYK0.4400.660.29
HSL99.83º49.38%47.25%-
HSV(B)99.83º66.11%70.59%-
XYZ22.5335.7510.13-
YUV142.8181.8398.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=29.53%
G=52.63%
B=17.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101180610.4400.660.2999.8349.3847.25
Hex65B43D2C0421D64312f
Octal14526475540102351446157
Binary11001011011010011110110110001000010111011100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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