#60B338

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

Shades of Apple #60B338

Tints of Apple #60B338

Color information

#60B338 (or 0x60B338) is unknown color: approx Apple. HEX triplet: 60, B3 and 38. RGB value is (96,179,56). Sum of RGB (Red+Green+Blue) = 96+179+56=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #60B338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B338 is #9F4CC7. Grayscale: #8C8C8C. Windows color (decimal): -10439880 or 3715936. OLE color: 3715936.

HSL color Cylindrical-coordinate representation of color #60B338: hue angle of 100.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60B338 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB9617956-
CMYK0.4600.690.30
HSL100.49º52.34%46.08%-
HSV(B)100.49º68.72%70.2%-
XYZ21.6635.019.36-
YUV140.1680.596.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 179 (70.31% from 255) = 54.08%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=29.00%
G=54.08%
B=16.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96179560.4600.690.30100.4952.3446.08
Hex60B3382E0451E64342e
Octal14026370560105361446456
Binary11000001011001111100010111001000101111101100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B338; }

 p { color: rgb(96,179,56); }

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

<style>
 a { background-color: #60B338; }

 a { background-color: rgb(96,179,56); }

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

<style>
 span { border-color: #60B338; }

 span { border-color: rgb(96,179,56); }

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