#369428

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

Shades of La Palma #369428

Tints of La Palma #369428

Color information

#369428 (or 0x369428) is unknown color: approx La Palma. HEX triplet: 36, 94 and 28. RGB value is (54,148,40). Sum of RGB (Red+Green+Blue) = 54+148+40=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #369428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369428 is #C96BD7. Grayscale: #6B6B6B. Windows color (decimal): -13200344 or 2659382. OLE color: 2659382.

HSL color Cylindrical-coordinate representation of color #369428: hue angle of 112.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #369428 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB5414840-
CMYK0.6400.730.42
HSL112.22º57.45%36.86%-
HSV(B)112.22º72.97%58.04%-
XYZ12.4922.125.62-
YUV107.5889.8689.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 148 (58.20% from 255) = 61.16%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=22.31%
G=61.16%
B=16.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54148400.6400.730.42112.2257.4536.86
Hex369428400492A703925
Octal66224501000111521607145
Binary110110100101001010001000000010010011010101110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369428; }

 p { color: rgb(54,148,40); }

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

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

 a { background-color: rgb(54,148,40); }

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

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

 span { border-color: rgb(54,148,40); }

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