#65B131

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

Shades of Apple #65B131

Tints of Apple #65B131

Color information

#65B131 (or 0x65B131) is unknown color: approx Apple. HEX triplet: 65, B1 and 31. RGB value is (101,177,49). Sum of RGB (Red+Green+Blue) = 101+177+49=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #65B131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B131 is #9A4ECE. Grayscale: #8C8C8C. Windows color (decimal): -10112719 or 3256677. OLE color: 3256677.

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

Color convert

RGB10117749-
CMYK0.4300.720.31
HSL95.62º56.64%44.31%-
HSV(B)95.62º72.32%69.41%-
XYZ21.6434.438.41-
YUV139.6876.82100.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=30.89%
G=54.13%
B=14.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101177490.4300.720.3195.6256.6444.31
Hex65B1312B0481F60392c
Octal14526161530110371407154
Binary11001011011000111000110101101001000111111100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,177,49); }

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

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

 a { background-color: rgb(101,177,49); }

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

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

 span { border-color: rgb(101,177,49); }

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