#369434

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

Shades of La Palma #369434

Tints of La Palma #369434

Color information

#369434 (or 0x369434) is unknown color: approx La Palma. HEX triplet: 36, 94 and 34. RGB value is (54,148,52). Sum of RGB (Red+Green+Blue) = 54+148+52=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #369434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369434 is #C96BCB. Grayscale: #6D6D6D. Windows color (decimal): -13200332 or 3445814. OLE color: 3445814.

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

Color convert

RGB5414852-
CMYK0.6400.650.42
HSL118.75º48%39.22%-
HSV(B)118.75º64.86%58.04%-
XYZ12.7322.216.87-
YUV108.9595.8688.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=21.26%
G=58.27%
B=20.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54148520.6400.650.42118.754839.22
Hex369434400412A773027
Octal66224641000101521676047
Binary110110100101001101001000000010000011010101110111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369434; }

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

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

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

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

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

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

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

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