#65B036

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

Shades of Apple #65B036

Tints of Apple #65B036

Color information

#65B036 (or 0x65B036) is unknown color: approx Apple. HEX triplet: 65, B0 and 36. RGB value is (101,176,54). Sum of RGB (Red+Green+Blue) = 101+176+54=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #65B036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B036 is #9A4FC9. Grayscale: #8C8C8C. Windows color (decimal): -10112970 or 3584101. OLE color: 3584101.

HSL color Cylindrical-coordinate representation of color #65B036: hue angle of 96.89º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65B036 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB10117654-
CMYK0.4300.690.31
HSL96.89º53.04%45.1%-
HSV(B)96.89º69.32%69.02%-
XYZ21.5634.088.93-
YUV139.6779.65100.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 176 (69.14% from 255) = 53.17%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=30.51%
G=53.17%
B=16.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101176540.4300.690.3196.8953.0445.1
Hex65B0362B0451F61352d
Octal14526066530105371416555
Binary11001011011000011011010101101000101111111100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,54); }

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

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

 a { background-color: rgb(101,176,54); }

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

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

 span { border-color: rgb(101,176,54); }

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