#379D15

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

Shades of La Palma #379D15

Tints of La Palma #379D15

Color information

#379D15 (or 0x379D15) is unknown color: approx La Palma. HEX triplet: 37, 9D and 15. RGB value is (55,157,21). Sum of RGB (Red+Green+Blue) = 55+157+21=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 157 (61.72% from 255 or 67.38% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 157 - color contains mainly: green. Hex color #379D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379D15 is #C862EA. Grayscale: #6F6F6F. Windows color (decimal): -13132523 or 1416503. OLE color: 1416503.

HSL color Cylindrical-coordinate representation of color #379D15: hue angle of 105º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #379D15 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB5515721-
CMYK0.6500.870.38
HSL105º76.4%34.9%-
HSV(B)105º86.62%61.57%-
XYZ13.7724.984.81-
YUV11177.2188.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 157 (61.72% from 255) = 67.38%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=23.61%
G=67.38%
B=9.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157210.6500.870.3810576.434.9
Hex379D154105726694c23
Octal672352510101274615111443
Binary110111100111011010110000010101011110011011010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,157,21); }

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

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

 a { background-color: rgb(55,157,21); }

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

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

 span { border-color: rgb(55,157,21); }

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