#53B538

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

Shades of Apple #53B538

Tints of Apple #53B538

Color information

#53B538 (or 0x53B538) is unknown color: approx Apple. HEX triplet: 53, B5 and 38. RGB value is (83,181,56). Sum of RGB (Red+Green+Blue) = 83+181+56=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #53B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B538 is #AC4AC7. Grayscale: #898989. Windows color (decimal): -11291336 or 3716435. OLE color: 3716435.

HSL color Cylindrical-coordinate representation of color #53B538: hue angle of 107.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53B538 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB8318156-
CMYK0.5400.690.29
HSL107.04º52.74%46.47%-
HSV(B)107.04º69.06%70.98%-
XYZ20.835.179.43-
YUV137.4582.0389.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 181 (71.09% from 255) = 56.56%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=25.94%
G=56.56%
B=17.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83181560.5400.690.29107.0452.7446.47
Hex53B538360451D6b352e
Octal12326570660105351536556
Binary10100111011010111100011011001000101111011101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B538; }

 p { color: rgb(83,181,56); }

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

<style>
 a { background-color: #53B538; }

 a { background-color: rgb(83,181,56); }

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

<style>
 span { border-color: #53B538; }

 span { border-color: rgb(83,181,56); }

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