#65A33D

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

Shades of Apple #65A33D

Tints of Apple #65A33D

Color information

#65A33D (or 0x65A33D) is unknown color: approx Apple. HEX triplet: 65, A3 and 3D. RGB value is (101,163,61). Sum of RGB (Red+Green+Blue) = 101+163+61=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #65A33D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A33D is #9A5CC2. Grayscale: #858585. Windows color (decimal): -10116291 or 4039525. OLE color: 4039525.

HSL color Cylindrical-coordinate representation of color #65A33D: hue angle of 96.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65A33D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB10116361-
CMYK0.3800.630.36
HSL96.47º45.54%43.92%-
HSV(B)96.47º62.58%63.92%-
XYZ19.3129.39.05-
YUV132.8387.46105.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=31.08%
G=50.15%
B=18.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101163610.3800.630.3696.4745.5443.92
Hex65A33D2603F24602e2c
Octal1452437546077441405654
Binary11001011010001111110110011001111111001001100000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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