Html Css Color HEX #52B834 Apple

📋 copy color: '#52B834'

red 82 ◦ green 184 ◦ blue 52

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

Shades of Apple #52B834

Tints of Apple #52B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.86%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 25.79%
G = 57.86%
B = 16.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#52B834 (or 0x52B834) is known color: Apple. HEX triplet: 52, B8 and 34. RGB value is (82,184,52). Sum of RGB (Red+Green+Blue) = 82+184+52=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #52B834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B834 is #AD47CB. Grayscale: #8A8A8A. Windows color (decimal): -11356108 or 3455058. OLE color: 3455058.

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

Color convert

RGB 82 184 52 -
CMYK 0.55 0 0.72 0.28
HSL 106.36º 0.56% 0.46% -
HSV(B) 106.36º 0.72% 0.72% -
XYZ 21.24 36.32 9.14 -
YUV 138.45 79.21 87.73 -
System Red Green Blue C M Y K H S L
Decimal 82 184 52 0.55 0 0.72 0.28 106.36 0.56 0.46
Hex 52 B8 34 37 0 48 1C 6A 38 2E
Octal 122 270 64 67 0 110 34 152 70 56
Binary 1010010 10111000 110100 110111 0 1001000 11100 1101010 111000 101110

Color Harmonies of #52B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B834

Black with #52B834

Text Example


Text Example

White with #52B834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,52); }

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

background-color css

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

 a { background-color: rgb(82,184,52); }

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

border-color css

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

 span { border-color: rgb(82,184,52); }

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