#36942D

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

Shades of La Palma #36942D

Tints of La Palma #36942D

Color information

#36942D (or 0x36942D) is unknown color: approx La Palma. HEX triplet: 36, 94 and 2D. RGB value is (54,148,45). Sum of RGB (Red+Green+Blue) = 54+148+45=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #36942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36942D is #C96BD2. Grayscale: #6C6C6C. Windows color (decimal): -13200339 or 2987062. OLE color: 2987062.

HSL color Cylindrical-coordinate representation of color #36942D: hue angle of 114.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36942D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB5414845-
CMYK0.6400.700.42
HSL114.76º53.37%37.84%-
HSV(B)114.76º69.59%58.04%-
XYZ12.5822.156.1-
YUV108.1592.3689.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=21.86%
G=59.92%
B=18.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54148450.6400.700.42114.7653.3737.84
Hex36942D400462A733526
Octal66224551000106521636546
Binary110110100101001011011000000010001101010101110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,148,45); }

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

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

 a { background-color: rgb(54,148,45); }

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

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

 span { border-color: rgb(54,148,45); }

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