#368B2A

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

Shades of La Palma #368B2A

Tints of La Palma #368B2A

Color information

#368B2A (or 0x368B2A) is unknown color: approx La Palma. HEX triplet: 36, 8B and 2A. RGB value is (54,139,42). Sum of RGB (Red+Green+Blue) = 54+139+42=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #368B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B2A is #C974D5. Grayscale: #666666. Windows color (decimal): -13202646 or 2788150. OLE color: 2788150.

HSL color Cylindrical-coordinate representation of color #368B2A: hue angle of 112.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368B2A is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB5413942-
CMYK0.6100.700.45
HSL112.58º53.59%35.49%-
HSV(B)112.58º69.78%54.51%-
XYZ11.1719.425.35-
YUV102.5393.8493.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 139 (54.69% from 255) = 59.15%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=22.98%
G=59.15%
B=17.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139420.6100.700.45112.5853.5935.49
Hex368B2A3D0462D713623
Octal6621352750106551616643
Binary11011010001011101010111101010001101011011110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B2A; }

 p { color: rgb(54,139,42); }

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

<style>
 a { background-color: #368B2A; }

 a { background-color: rgb(54,139,42); }

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

<style>
 span { border-color: #368B2A; }

 span { border-color: rgb(54,139,42); }

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