#52B741

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

Shades of Apple #52B741

Tints of Apple #52B741

Color information

#52B741 (or 0x52B741) is unknown color: approx Apple. HEX triplet: 52, B7 and 41. RGB value is (82,183,65). Sum of RGB (Red+Green+Blue) = 82+183+65=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #52B741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B741 is #AD48BE. Grayscale: #8B8B8B. Windows color (decimal): -11356351 or 4306770. OLE color: 4306770.

HSL color Cylindrical-coordinate representation of color #52B741: hue angle of 111.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52B741 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB8218365-
CMYK0.5500.640.28
HSL111.36º47.58%48.63%-
HSV(B)111.36º64.48%71.76%-
XYZ21.3736.0410.83-
YUV139.3586.0487.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=24.85%
G=55.45%
B=19.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183650.5500.640.28111.3647.5848.63
Hex52B741370401C6f3031
Octal122267101670100341576061
Binary101001010110111100000111011101000000111001101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B741; }

 p { color: rgb(82,183,65); }

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

<style>
 a { background-color: #52B741; }

 a { background-color: rgb(82,183,65); }

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

<style>
 span { border-color: #52B741; }

 span { border-color: rgb(82,183,65); }

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