#369134

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

Shades of La Palma #369134

Tints of La Palma #369134

Color information

#369134 (or 0x369134) is unknown color: approx La Palma. HEX triplet: 36, 91 and 34. RGB value is (54,145,52). Sum of RGB (Red+Green+Blue) = 54+145+52=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #369134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369134 is #C96ECB. Grayscale: #6B6B6B. Windows color (decimal): -13201100 or 3445046. OLE color: 3445046.

HSL color Cylindrical-coordinate representation of color #369134: hue angle of 118.71º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369134 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB5414552-
CMYK0.6300.640.43
HSL118.71º47.21%38.63%-
HSV(B)118.71º64.14%56.86%-
XYZ12.2721.286.71-
YUV107.1996.8590.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 145 (57.03% from 255) = 57.77%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=21.51%
G=57.77%
B=20.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54145520.6300.640.43118.7147.2138.63
Hex3691343F0402B772f27
Octal6622164770100531675747
Binary11011010010001110100111111010000001010111110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369134; }

 p { color: rgb(54,145,52); }

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

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

 a { background-color: rgb(54,145,52); }

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

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

 span { border-color: rgb(54,145,52); }

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