#379A2A

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

Shades of La Palma #379A2A

Tints of La Palma #379A2A

Color information

#379A2A (or 0x379A2A) is unknown color: approx La Palma. HEX triplet: 37, 9A and 2A. RGB value is (55,154,42). Sum of RGB (Red+Green+Blue) = 55+154+42=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 154 (60.55% from 255 or 61.35% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 154 - color contains mainly: green. Hex color #379A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A2A is #C865D5. Grayscale: #6F6F6F. Windows color (decimal): -13133270 or 2791991. OLE color: 2791991.

HSL color Cylindrical-coordinate representation of color #379A2A: hue angle of 113.04º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379A2A is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB5515442-
CMYK0.6400.730.40
HSL113.04º57.14%38.43%-
HSV(B)113.04º72.73%60.39%-
XYZ13.5524.096.13-
YUV111.6388.787.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 154 (60.55% from 255) = 61.35%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=21.91%
G=61.35%
B=16.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55154420.6400.730.40113.0457.1438.43
Hex379A2A4004928713926
Octal67232521000111501617146
Binary110111100110101010101000000010010011010001110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379A2A; }

 p { color: rgb(55,154,42); }

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

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

 a { background-color: rgb(55,154,42); }

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

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

 span { border-color: rgb(55,154,42); }

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