#54A13D

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

Shades of Apple #54A13D

Tints of Apple #54A13D

Color information

#54A13D (or 0x54A13D) is unknown color: approx Apple. HEX triplet: 54, A1 and 3D. RGB value is (84,161,61). Sum of RGB (Red+Green+Blue) = 84+161+61=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #54A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A13D is #AB5EC2. Grayscale: #7E7E7E. Windows color (decimal): -11230915 or 4038996. OLE color: 4038996.

HSL color Cylindrical-coordinate representation of color #54A13D: hue angle of 106.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A13D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB8416161-
CMYK0.4800.620.37
HSL106.2º45.05%43.53%-
HSV(B)106.2º62.11%63.14%-
XYZ17.2427.718.85-
YUV126.5890.9997.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 161 (63.28% from 255) = 52.61%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=27.45%
G=52.61%
B=19.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161610.4800.620.37106.245.0543.53
Hex54A13D3003E256a2d2c
Octal1242417560076451525554
Binary10101001010000111110111000001111101001011101010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A13D; }

 p { color: rgb(84,161,61); }

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

<style>
 a { background-color: #54A13D; }

 a { background-color: rgb(84,161,61); }

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

<style>
 span { border-color: #54A13D; }

 span { border-color: rgb(84,161,61); }

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