#378E3F

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

Shades of Japanese Laurel #378E3F

Tints of Japanese Laurel #378E3F

Color information

#378E3F (or 0x378E3F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 8E and 3F. RGB value is (55,142,63). Sum of RGB (Red+Green+Blue) = 55+142+63=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #378E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378E3F is #C871C0. Grayscale: #6B6B6B. Windows color (decimal): -13136321 or 4165175. OLE color: 4165175.

HSL color Cylindrical-coordinate representation of color #378E3F: hue angle of 125.52º 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 #378E3F is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB5514263-
CMYK0.6100.560.44
HSL125.52º44.16%38.63%-
HSV(B)125.52º61.27%55.69%-
XYZ12.1520.528.02-
YUV106.98103.1890.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 142 (55.86% from 255) = 54.62%
BLUE value IS 63 (25% from 255) = 24.23%
R=21.15%
G=54.62%
B=24.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55142630.6100.560.44125.5244.1638.63
Hex378E3F3D0382C7e2c27
Octal672167775070541765447
Binary1101111000111011111111110101110001011001111110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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