#36960F

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

Shades of La Palma #36960F

Tints of La Palma #36960F

Color information

#36960F (or 0x36960F) is unknown color: approx La Palma. HEX triplet: 36, 96 and 0F. RGB value is (54,150,15). Sum of RGB (Red+Green+Blue) = 54+150+15=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #36960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36960F is #C969F0. Grayscale: #6A6A6A. Windows color (decimal): -13199857 or 1021494. OLE color: 1021494.

HSL color Cylindrical-coordinate representation of color #36960F: hue angle of 102.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36960F is Cyan = 0.64, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB5415015-
CMYK0.6400.90.41
HSL102.67º81.82%32.35%-
HSV(B)102.67º90%58.82%-
XYZ12.5122.634.16-
YUV105.9176.790.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 150 (58.98% from 255) = 68.49%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=24.66%
G=68.49%
B=6.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54150150.6400.90.41102.6781.8232.35
Hex3696F4005A29675220
Octal662261710001325114712240
Binary11011010010110111110000000101101010100111001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36960F; }

 p { color: rgb(54,150,15); }

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

<style>
 a { background-color: #36960F; }

 a { background-color: rgb(54,150,15); }

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

<style>
 span { border-color: #36960F; }

 span { border-color: rgb(54,150,15); }

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