Html Css Color HEX #52B735 Apple

📋 copy color: '#52B735'

red 82 ◦ green 183 ◦ blue 53

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

Shades of Apple #52B735

Tints of Apple #52B735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 25.79%
G = 57.55%
B = 16.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#52B735 (or 0x52B735) is known color: Apple. HEX triplet: 52, B7 and 35. RGB value is (82,183,53). Sum of RGB (Red+Green+Blue) = 82+183+53=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #52B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B735 is #AD48CA. Grayscale: #8A8A8A. Windows color (decimal): -11356363 or 3520338. OLE color: 3520338.

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

Color convert

RGB 82 183 53 -
CMYK 0.55 0 0.71 0.28
HSL 106.62º 0.55% 0.46% -
HSV(B) 106.62º 0.71% 0.72% -
XYZ 21.06 35.92 9.19 -
YUV 137.98 80.04 88.07 -
System Red Green Blue C M Y K H S L
Decimal 82 183 53 0.55 0 0.71 0.28 106.62 0.55 0.46
Hex 52 B7 35 37 0 47 1C 6B 37 2E
Octal 122 267 65 67 0 107 34 153 67 56
Binary 1010010 10110111 110101 110111 0 1000111 11100 1101011 110111 101110

Color Harmonies of #52B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B735

Black with #52B735

Text Example


Text Example

White with #52B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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