Html Css Color HEX #519F3B Apple

📋 copy color: '#519F3B'

red 81 ◦ green 159 ◦ blue 59

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

Shades of Apple #519F3B

Tints of Apple #519F3B

RGB

 RED value IS 81 (32.03% from 255) = 27.09%

 GREEN value IS 159 (62.5% from 255) = 53.18%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 27.09%
G = 53.18%
B = 19.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#519F3B (or 0x519F3B) is known color: Apple. HEX triplet: 51, 9F and 3B. RGB value is (81,159,59). Sum of RGB (Red+Green+Blue) = 81+159+59=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #519F3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F3B is #AE60C4. Grayscale: #7C7C7C. Windows color (decimal): -11428037 or 3907409. OLE color: 3907409.

HSL color Cylindrical-coordinate representation of color #519F3B: hue angle of 106.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519F3B is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 59 -
CMYK 0.49 0 0.63 0.38
HSL 106.8º 0.46% 0.43% -
HSV(B) 106.8º 0.63% 0.62% -
XYZ 16.58 26.86 8.45 -
YUV 124.28 91.16 97.13 -
System Red Green Blue C M Y K H S L
Decimal 81 159 59 0.49 0 0.63 0.38 106.8 0.46 0.43
Hex 51 9F 3B 31 0 3F 26 6B 2E 2B
Octal 121 237 73 61 0 77 46 153 56 53
Binary 1010001 10011111 111011 110001 0 111111 100110 1101011 101110 101011

Color Harmonies of #519F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F3B

Black with #519F3B

Text Example


Text Example

White with #519F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519F3B; }

 p { color: rgb(81,159,59); }

 H1.HeaderClassName
 {
   color: #519F3B;
 }
 .AnyTagClassName
 {
   color: #519F3B;
 }
</style>

background-color css

<style>
 a { background-color: #519F3B; }

 a { background-color: rgb(81,159,59); }

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

border-color css

<style>
 span { border-color: #519F3B; }

 span { border-color: rgb(81,159,59); }

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