#51842F

Color #51842F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #51842F

Tints of La Palma #51842F

Color information

#51842F (or 0x51842F) is unknown color: approx La Palma. HEX triplet: 51, 84 and 2F. RGB value is (81,132,47). Sum of RGB (Red+Green+Blue) = 81+132+47=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #51842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51842F is #AE7BD0. Grayscale: #6B6B6B. Windows color (decimal): -11434961 or 3114065. OLE color: 3114065.

HSL color Cylindrical-coordinate representation of color #51842F: hue angle of 96º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51842F is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB8113247-
CMYK0.3900.640.48
HSL96º47.49%35.1%-
HSV(B)96º64.39%51.76%-
XYZ12.1618.465.61-
YUV107.0694.1109.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=31.15%
G=50.77%
B=18.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81132470.3900.640.489647.4935.1
Hex51842F2704030602f23
Octal12120457470100601405743
Binary101000110000100101111100111010000001100001100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51842F; }

 p { color: rgb(81,132,47); }

 H1.HeaderClassName
 {
   color: #51842F;
 }
 .AnyTagClassName
 {
   color: #51842F;
 }
</style>
background-color css

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

 a { background-color: rgb(81,132,47); }

 div.DivClassName
 {
   background-color: #51842F;
 }
 .BgClassName
 {
   background-color: #51842F;
 }
</style>
border-color css

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

 span { border-color: rgb(81,132,47); }

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