#379B12

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

Shades of La Palma #379B12

Tints of La Palma #379B12

Color information

#379B12 (or 0x379B12) is unknown color: approx La Palma. HEX triplet: 37, 9B and 12. RGB value is (55,155,18). Sum of RGB (Red+Green+Blue) = 55+155+18=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #379B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379B12 is #C864ED. Grayscale: #6D6D6D. Windows color (decimal): -13133038 or 1219383. OLE color: 1219383.

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

Color convert

RGB5515518-
CMYK0.6500.880.39
HSL103.8º79.19%33.92%-
HSV(B)103.8º88.39%60.78%-
XYZ13.4124.34.56-
YUV109.4876.3789.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 155 (60.94% from 255) = 67.98%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=24.12%
G=67.98%
B=7.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155180.6500.880.39103.879.1933.92
Hex379B124105827684f22
Octal672332210101304715011742
Binary110111100110111001010000010101100010011111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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