Html Css Color HEX #52A838 Apple

📋 copy color: '#52A838'

red 82 ◦ green 168 ◦ blue 56

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

Shades of Apple #52A838

Tints of Apple #52A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.9%

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 26.8%
G = 54.9%
B = 18.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#52A838 (or 0x52A838) is known color: Apple. HEX triplet: 52, A8 and 38. RGB value is (82,168,56). Sum of RGB (Red+Green+Blue) = 82+168+56=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #52A838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A838 is #AD57C7. Grayscale: #818181. Windows color (decimal): -11360200 or 3713106. OLE color: 3713106.

HSL color Cylindrical-coordinate representation of color #52A838: hue angle of 106.07º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A838 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 56 -
CMYK 0.51 0 0.67 0.34
HSL 106.07º 0.5% 0.44% -
HSV(B) 106.07º 0.67% 0.66% -
XYZ 18.2 30.08 8.59 -
YUV 129.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 82 168 56 0.51 0 0.67 0.34 106.07 0.5 0.44
Hex 52 A8 38 33 0 43 22 6A 32 2C
Octal 122 250 70 63 0 103 42 152 62 54
Binary 1010010 10101000 111000 110011 0 1000011 100010 1101010 110010 101100

Color Harmonies of #52A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A838

Black with #52A838

Text Example


Text Example

White with #52A838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,56); }

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

background-color css

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

 a { background-color: rgb(82,168,56); }

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

border-color css

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

 span { border-color: rgb(82,168,56); }

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