#379B2A

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

Shades of La Palma #379B2A

Tints of La Palma #379B2A

Color information

#379B2A (or 0x379B2A) is unknown color: approx La Palma. HEX triplet: 37, 9B and 2A. RGB value is (55,155,42). Sum of RGB (Red+Green+Blue) = 55+155+42=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #379B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B2A is #C864D5. Grayscale: #707070. Windows color (decimal): -13133014 or 2792247. OLE color: 2792247.

HSL color Cylindrical-coordinate representation of color #379B2A: hue angle of 113.1º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379B2A is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB5515542-
CMYK0.6500.730.39
HSL113.1º57.36%38.63%-
HSV(B)113.1º72.9%60.78%-
XYZ13.7124.426.18-
YUV112.2288.3787.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=21.83%
G=61.51%
B=16.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155420.6500.730.39113.157.3638.63
Hex379B2A4104927713927
Octal67233521010111471617147
Binary110111100110111010101000001010010011001111110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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