#369300

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

Shades of La Palma #369300

Tints of La Palma #369300

Color information

#369300 (or 0x369300) is unknown color: approx La Palma. HEX triplet: 36, 93 and 00. RGB value is (54,147,0). Sum of RGB (Red+Green+Blue) = 54+147+0=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #369300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369300 is #C96CFF. Grayscale: #666666. Windows color (decimal): -13200640 or 37686. OLE color: 37686.

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

Color convert

RGB541470-
CMYK0.63010.42
HSL97.96º100%28.82%-
HSV(B)97.96º100%57.65%-
XYZ11.9621.653.55-
YUV102.4470.1993.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 147 (57.81% from 255) = 73.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.87%
G=73.13%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5414700.63010.4297.9610028.82
Hex369303F0642A62641d
Octal6622307701445214214435
Binary110110100100110111111011001001010101100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369300; }

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

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

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

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

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

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

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

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