#368D1F

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

Shades of La Palma #368D1F

Tints of La Palma #368D1F

Color information

#368D1F (or 0x368D1F) is unknown color: approx La Palma. HEX triplet: 36, 8D and 1F. RGB value is (54,141,31). Sum of RGB (Red+Green+Blue) = 54+141+31=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #368D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D1F is #C972E0. Grayscale: #666666. Windows color (decimal): -13202145 or 2067766. OLE color: 2067766.

HSL color Cylindrical-coordinate representation of color #368D1F: hue angle of 107.45º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368D1F is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB5414131-
CMYK0.6200.780.45
HSL107.45º63.95%33.73%-
HSV(B)107.45º78.01%55.29%-
XYZ11.2919.934.55-
YUV102.4587.6893.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 141 (55.47% from 255) = 62.39%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=23.89%
G=62.39%
B=13.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141310.6200.780.45107.4563.9533.73
Hex368D1F3E04E2D6b4022
Octal66215377601165515310042
Binary11011010001101111111111100100111010110111010111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,141,31); }

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

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

 a { background-color: rgb(54,141,31); }

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

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

 span { border-color: rgb(54,141,31); }

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