#51993C

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

Shades of La Palma #51993C

Tints of La Palma #51993C

Color information

#51993C (or 0x51993C) is unknown color: approx La Palma. HEX triplet: 51, 99 and 3C. RGB value is (81,153,60). Sum of RGB (Red+Green+Blue) = 81+153+60=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #51993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51993C is #AE66C3. Grayscale: #797979. Windows color (decimal): -11429572 or 3971409. OLE color: 3971409.

HSL color Cylindrical-coordinate representation of color #51993C: hue angle of 106.45º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51993C is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB8115360-
CMYK0.4700.610.4
HSL106.45º43.66%41.76%-
HSV(B)106.45º60.78%60%-
XYZ15.624.868.25-
YUV120.8793.6599.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=27.55%
G=52.04%
B=20.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153600.4700.610.4106.4543.6641.76
Hex51993C2F03D286a2c2a
Octal1212317457075501525452
Binary10100011001100111110010111101111011010001101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51993C; }

 p { color: rgb(81,153,60); }

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

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

 a { background-color: rgb(81,153,60); }

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

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

 span { border-color: rgb(81,153,60); }

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