#379425

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

Shades of La Palma #379425

Tints of La Palma #379425

Color information

#379425 (or 0x379425) is unknown color: approx La Palma. HEX triplet: 37, 94 and 25. RGB value is (55,148,37). Sum of RGB (Red+Green+Blue) = 55+148+37=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #379425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379425 is #C86BDA. Grayscale: #6B6B6B. Windows color (decimal): -13134811 or 2462775. OLE color: 2462775.

HSL color Cylindrical-coordinate representation of color #379425: hue angle of 110.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379425 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB5514837-
CMYK0.6300.750.42
HSL110.27º60%36.27%-
HSV(B)110.27º75%58.04%-
XYZ12.522.135.36-
YUV107.5488.1990.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 148 (58.20% from 255) = 61.67%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=22.92%
G=61.67%
B=15.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55148370.6300.750.42110.276036.27
Hex3794253F04B2A6e3c24
Octal6722445770113521567444
Binary11011110010100100101111111010010111010101101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379425; }

 p { color: rgb(55,148,37); }

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

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

 a { background-color: rgb(55,148,37); }

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

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

 span { border-color: rgb(55,148,37); }

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