Html Css Color HEX #518B34 La Palma

📋 copy color: '#518B34'

red 81 ◦ green 139 ◦ blue 52

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

Shades of La Palma #518B34

Tints of La Palma #518B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.1%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 29.78%
G = 51.1%
B = 19.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#518B34 (or 0x518B34) is known color: La Palma. HEX triplet: 51, 8B and 34. RGB value is (81,139,52). Sum of RGB (Red+Green+Blue) = 81+139+52=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #518B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B34 is #AE74CB. Grayscale: #707070. Windows color (decimal): -11433164 or 3443537. OLE color: 3443537.

HSL color Cylindrical-coordinate representation of color #518B34: hue angle of 100º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518B34 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 139 52 -
CMYK 0.42 0 0.63 0.45
HSL 100º 0.46% 0.37% -
HSV(B) 100º 0.63% 0.55% -
XYZ 13.25 20.46 6.5 -
YUV 111.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 81 139 52 0.42 0 0.63 0.45 100 0.46 0.37
Hex 51 8B 34 2A 0 3F 2D 64 2E 25
Octal 121 213 64 52 0 77 55 144 56 45
Binary 1010001 10001011 110100 101010 0 111111 101101 1100100 101110 100101

Color Harmonies of #518B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B34

Black with #518B34

Text Example


Text Example

White with #518B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518B34; }

 p { color: rgb(81,139,52); }

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

background-color css

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

 a { background-color: rgb(81,139,52); }

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

border-color css

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

 span { border-color: rgb(81,139,52); }

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