Html Css Color HEX #529E3D Apple

📋 copy color: '#529E3D'

red 82 ◦ green 158 ◦ blue 61

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

Shades of Apple #529E3D

Tints of Apple #529E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 27.24%
G = 52.49%
B = 20.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#529E3D (or 0x529E3D) is known color: Apple. HEX triplet: 52, 9E and 3D. RGB value is (82,158,61). Sum of RGB (Red+Green+Blue) = 82+158+61=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #529E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E3D is #AD61C2. Grayscale: #7C7C7C. Windows color (decimal): -11362755 or 4038226. OLE color: 4038226.

HSL color Cylindrical-coordinate representation of color #529E3D: hue angle of 107.01º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #529E3D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 158 61 -
CMYK 0.48 0 0.61 0.38
HSL 107.01º 0.44% 0.43% -
HSV(B) 107.01º 0.61% 0.62% -
XYZ 16.55 26.58 8.67 -
YUV 124.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 82 158 61 0.48 0 0.61 0.38 107.01 0.44 0.43
Hex 52 9E 3D 30 0 3D 26 6B 2C 2B
Octal 122 236 75 60 0 75 46 153 54 53
Binary 1010010 10011110 111101 110000 0 111101 100110 1101011 101100 101011

Color Harmonies of #529E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E3D

Black with #529E3D

Text Example


Text Example

White with #529E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529E3D; }

 p { color: rgb(82,158,61); }

 H1.HeaderClassName
 {
   color: #529E3D;
 }
 .AnyTagClassName
 {
   color: #529E3D;
 }
</style>

background-color css

<style>
 a { background-color: #529E3D; }

 a { background-color: rgb(82,158,61); }

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

border-color css

<style>
 span { border-color: #529E3D; }

 span { border-color: rgb(82,158,61); }

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