#379525

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

Shades of La Palma #379525

Tints of La Palma #379525

Color information

#379525 (or 0x379525) is unknown color: approx La Palma. HEX triplet: 37, 95 and 25. RGB value is (55,149,37). Sum of RGB (Red+Green+Blue) = 55+149+37=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #379525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379525 is #C86ADA. Grayscale: #6C6C6C. Windows color (decimal): -13134555 or 2463031. OLE color: 2463031.

HSL color Cylindrical-coordinate representation of color #379525: hue angle of 110.36º 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 #379525 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB5514937-
CMYK0.6300.750.42
HSL110.36º60.22%36.47%-
HSV(B)110.36º75.17%58.43%-
XYZ12.6622.445.41-
YUV108.1387.8690.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=22.82%
G=61.83%
B=15.35%

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
Decimal55149370.6300.750.42110.3660.2236.47
Hex3795253F04B2A6e3c24
Octal6722545770113521567444
Binary11011110010101100101111111010010111010101101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379525; }

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

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

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

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

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

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

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

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