#53C344

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

Shades of Apple #53C344

Tints of Apple #53C344

Color information

#53C344 (or 0x53C344) is unknown color: approx Apple. HEX triplet: 53, C3 and 44. RGB value is (83,195,68). Sum of RGB (Red+Green+Blue) = 83+195+68=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #53C344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C344 is #AC3CBB. Grayscale: #939393. Windows color (decimal): -11287740 or 4506451. OLE color: 4506451.

HSL color Cylindrical-coordinate representation of color #53C344: hue angle of 112.91º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53C344 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB8319568-
CMYK0.5700.650.24
HSL112.91º51.42%51.57%-
HSV(B)112.91º65.13%76.47%-
XYZ24.1341.2912.17-
YUV147.0383.3982.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 195 (76.56% from 255) = 56.36%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=23.99%
G=56.36%
B=19.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83195680.5700.650.24112.9151.4251.57
Hex53C3443904118713334
Octal123303104710101301616364
Binary101001111000011100010011100101000001110001110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,68); }

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

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

 a { background-color: rgb(83,195,68); }

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

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

 span { border-color: rgb(83,195,68); }

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