#55943B

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

Shades of La Palma #55943B

Tints of La Palma #55943B

Color information

#55943B (or 0x55943B) is unknown color: approx La Palma. HEX triplet: 55, 94 and 3B. RGB value is (85,148,59). Sum of RGB (Red+Green+Blue) = 85+148+59=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #55943B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55943B is #AA6BC4. Grayscale: #777777. Windows color (decimal): -11168709 or 3904597. OLE color: 3904597.

HSL color Cylindrical-coordinate representation of color #55943B: hue angle of 102.47º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55943B is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB8514859-
CMYK0.4300.600.42
HSL102.47º43%40.59%-
HSV(B)102.47º60.14%58.04%-
XYZ15.1323.437.86-
YUV119.0294.13103.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=29.11%
G=50.68%
B=20.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148590.4300.600.42102.474340.59
Hex55943B2B03C2A662b29
Octal1252247353074521465351
Binary10101011001010011101110101101111001010101100110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55943B; }

 p { color: rgb(85,148,59); }

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

<style>
 a { background-color: #55943B; }

 a { background-color: rgb(85,148,59); }

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

<style>
 span { border-color: #55943B; }

 span { border-color: rgb(85,148,59); }

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