Html Css Color HEX #52B736 Apple

📋 copy color: '#52B736'

red 82 ◦ green 183 ◦ blue 54

#52B736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #52B736

Tints of Apple #52B736

RGB

 RED value IS 82 (32.42% from 255) = 25.71%

 GREEN value IS 183 (71.88% from 255) = 57.37%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 25.71%
G = 57.37%
B = 16.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#52B736 (or 0x52B736) is known color: Apple. HEX triplet: 52, B7 and 36. RGB value is (82,183,54). Sum of RGB (Red+Green+Blue) = 82+183+54=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #52B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B736 is #AD48C9. Grayscale: #8A8A8A. Windows color (decimal): -11356362 or 3585874. OLE color: 3585874.

HSL color Cylindrical-coordinate representation of color #52B736: hue angle of 106.98º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52B736 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 54 -
CMYK 0.55 0 0.70 0.28
HSL 106.98º 0.54% 0.46% -
HSV(B) 106.98º 0.7% 0.72% -
XYZ 21.08 35.93 9.31 -
YUV 138.1 80.54 87.99 -
System Red Green Blue C M Y K H S L
Decimal 82 183 54 0.55 0 0.70 0.28 106.98 0.54 0.46
Hex 52 B7 36 37 0 46 1C 6B 36 2E
Octal 122 267 66 67 0 106 34 153 66 56
Binary 1010010 10110111 110110 110111 0 1000110 11100 1101011 110110 101110

Color Harmonies of #52B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B736

Black with #52B736

Text Example


Text Example

White with #52B736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52B736;
 }
 .AnyTagClassName
 {
   color: #52B736;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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