#369600

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

Shades of La Palma #369600

Tints of La Palma #369600

Color information

#369600 (or 0x369600) is unknown color: approx La Palma. HEX triplet: 36, 96 and 00. RGB value is (54,150,0). Sum of RGB (Red+Green+Blue) = 54+150+0=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 150 (58.98% from 255 or 73.53% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 150 - color contains mainly: green. Hex color #369600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369600 is #C969FF. Grayscale: #686868. Windows color (decimal): -13199872 or 38454. OLE color: 38454.

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

Color convert

RGB541500-
CMYK0.64010.41
HSL98.4º100%29.41%-
HSV(B)98.4º100%58.82%-
XYZ12.4322.63.71-
YUV104.269.292.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 150 (58.98% from 255) = 73.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.47%
G=73.53%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5415000.64010.4198.410029.41
Hex36960400642962641d
Octal66226010001445114214435
Binary1101101001011001000000011001001010011100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369600; }

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

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

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

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

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

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

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

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