#51902D

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

Shades of La Palma #51902D

Tints of La Palma #51902D

Color information

#51902D (or 0x51902D) is unknown color: approx La Palma. HEX triplet: 51, 90 and 2D. RGB value is (81,144,45). Sum of RGB (Red+Green+Blue) = 81+144+45=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #51902D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51902D is #AE6FD2. Grayscale: #727272. Windows color (decimal): -11431891 or 2986065. OLE color: 2986065.

HSL color Cylindrical-coordinate representation of color #51902D: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51902D is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB8114445-
CMYK0.4400.690.44
HSL98.18º52.38%37.06%-
HSV(B)98.18º68.75%56.47%-
XYZ13.8421.895.98-
YUV113.8889.13104.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=30%
G=53.33%
B=16.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144450.4400.690.4498.1852.3837.06
Hex51902D2C0452C623425
Octal12122055540105541426445
Binary101000110010000101101101100010001011011001100010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51902D; }

 p { color: rgb(81,144,45); }

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

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

 a { background-color: rgb(81,144,45); }

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

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

 span { border-color: rgb(81,144,45); }

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