#51942E

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

Shades of La Palma #51942E

Tints of La Palma #51942E

Color information

#51942E (or 0x51942E) is unknown color: approx La Palma. HEX triplet: 51, 94 and 2E. RGB value is (81,148,46). Sum of RGB (Red+Green+Blue) = 81+148+46=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #51942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51942E is #AE6BD1. Grayscale: #747474. Windows color (decimal): -11430866 or 3052625. OLE color: 3052625.

HSL color Cylindrical-coordinate representation of color #51942E: hue angle of 99.41º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51942E is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8114846-
CMYK0.4500.690.42
HSL99.41º52.58%38.04%-
HSV(B)99.41º68.92%58.04%-
XYZ14.4823.136.29-
YUV116.3488.3102.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 148 (58.20% from 255) = 53.82%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=29.45%
G=53.82%
B=16.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148460.4500.690.4299.4152.5838.04
Hex51942E2D0452A633526
Octal12122456550105521436546
Binary101000110010100101110101101010001011010101100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51942E; }

 p { color: rgb(81,148,46); }

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

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

 a { background-color: rgb(81,148,46); }

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

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

 span { border-color: rgb(81,148,46); }

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