#379914

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

Shades of La Palma #379914

Tints of La Palma #379914

Color information

#379914 (or 0x379914) is unknown color: approx La Palma. HEX triplet: 37, 99 and 14. RGB value is (55,153,20). Sum of RGB (Red+Green+Blue) = 55+153+20=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #379914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379914 is #C866EB. Grayscale: #6C6C6C. Windows color (decimal): -13133548 or 1349943. OLE color: 1349943.

HSL color Cylindrical-coordinate representation of color #379914: hue angle of 104.21º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #379914 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB5515320-
CMYK0.6400.870.4
HSL104.21º76.88%33.92%-
HSV(B)104.21º86.93%60%-
XYZ13.0923.654.54-
YUV108.5478.0389.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 153 (60.16% from 255) = 67.11%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=24.12%
G=67.11%
B=8.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153200.6400.870.4104.2176.8833.92
Hex3799144005728684d22
Octal672312410001275015011542
Binary110111100110011010010000000101011110100011010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379914; }

 p { color: rgb(55,153,20); }

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

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

 a { background-color: rgb(55,153,20); }

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

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

 span { border-color: rgb(55,153,20); }

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