Html Css Color HEX #518030 La Palma

📋 copy color: '#518030'

red 81 ◦ green 128 ◦ blue 48

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

Shades of La Palma #518030

Tints of La Palma #518030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

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

R = 31.52%
G = 49.81%
B = 18.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#518030 (or 0x518030) is known color: La Palma. HEX triplet: 51, 80 and 30. RGB value is (81,128,48). Sum of RGB (Red+Green+Blue) = 81+128+48=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #518030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518030 is #AE7FCF. Grayscale: #696969. Windows color (decimal): -11435984 or 3178577. OLE color: 3178577.

HSL color Cylindrical-coordinate representation of color #518030: hue angle of 95.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518030 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 48 -
CMYK 0.37 0 0.62 0.50
HSL 95.25º 0.45% 0.35% -
HSV(B) 95.25º 0.63% 0.5% -
XYZ 11.65 17.4 5.54 -
YUV 104.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 81 128 48 0.37 0 0.62 0.50 95.25 0.45 0.35
Hex 51 80 30 25 0 3E 32 5F 2D 23
Octal 121 200 60 45 0 76 62 137 55 43
Binary 1010001 10000000 110000 100101 0 111110 110010 1011111 101101 100011

Color Harmonies of #518030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518030

Black with #518030

Text Example


Text Example

White with #518030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518030; }

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

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

background-color css

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

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

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

border-color css

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

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

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