#378E3C

Color #378E3C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #378E3C

Tints of Japanese Laurel #378E3C

Color information

#378E3C (or 0x378E3C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 8E and 3C. RGB value is (55,142,60). Sum of RGB (Red+Green+Blue) = 55+142+60=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #378E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378E3C is #C871C3. Grayscale: #6A6A6A. Windows color (decimal): -13136324 or 3968567. OLE color: 3968567.

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

Color convert

RGB5514260-
CMYK0.6100.580.44
HSL123.45º44.16%38.63%-
HSV(B)123.45º61.27%55.69%-
XYZ12.0620.487.59-
YUV106.64101.6891.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=21.40%
G=55.25%
B=23.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55142600.6100.580.44123.4544.1638.63
Hex378E3C3D03A2C7b2c27
Octal672167475072541735447
Binary1101111000111011110011110101110101011001111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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