#378E12

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

Shades of La Palma #378E12

Tints of La Palma #378E12

Color information

#378E12 (or 0x378E12) is unknown color: approx La Palma. HEX triplet: 37, 8E and 12. RGB value is (55,142,18). Sum of RGB (Red+Green+Blue) = 55+142+18=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #378E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E12 is #C871ED. Grayscale: #666666. Windows color (decimal): -13136366 or 1216055. OLE color: 1216055.

HSL color Cylindrical-coordinate representation of color #378E12: hue angle of 102.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #378E12 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB5514218-
CMYK0.6100.870.44
HSL102.1º77.5%31.37%-
HSV(B)102.1º87.32%55.69%-
XYZ11.3620.23.87-
YUV101.8580.6894.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 142 (55.86% from 255) = 66.05%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=25.58%
G=66.05%
B=8.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55142180.6100.870.44102.177.531.37
Hex378E123D0572C664e1f
Octal67216227501275414611637
Binary1101111000111010010111101010101111011001100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378E12; }

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

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

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

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

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

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

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

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