Html Css Color HEX #519230 La Palma

📋 copy color: '#519230'

red 81 ◦ green 146 ◦ blue 48

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

Shades of La Palma #519230

Tints of La Palma #519230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 29.45%
G = 53.09%
B = 17.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#519230 (or 0x519230) is known color: La Palma. HEX triplet: 51, 92 and 30. RGB value is (81,146,48). Sum of RGB (Red+Green+Blue) = 81+146+48=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #519230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519230 is #AE6DCF. Grayscale: #737373. Windows color (decimal): -11431376 or 3183185. OLE color: 3183185.

HSL color Cylindrical-coordinate representation of color #519230: hue angle of 99.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519230 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 48 -
CMYK 0.45 0 0.67 0.43
HSL 99.8º 0.51% 0.38% -
HSV(B) 99.8º 0.67% 0.57% -
XYZ 14.21 22.52 6.39 -
YUV 115.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 81 146 48 0.45 0 0.67 0.43 99.8 0.51 0.38
Hex 51 92 30 2D 0 43 2B 64 33 26
Octal 121 222 60 55 0 103 53 144 63 46
Binary 1010001 10010010 110000 101101 0 1000011 101011 1100100 110011 100110

Color Harmonies of #519230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519230

Black with #519230

Text Example


Text Example

White with #519230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519230; }

 p { color: rgb(81,146,48); }

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

background-color css

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

 a { background-color: rgb(81,146,48); }

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

border-color css

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

 span { border-color: rgb(81,146,48); }

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