#378E3B

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

Shades of Japanese Laurel #378E3B

Tints of Japanese Laurel #378E3B

Color information

#378E3B (or 0x378E3B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 8E and 3B. RGB value is (55,142,59). Sum of RGB (Red+Green+Blue) = 55+142+59=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #378E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378E3B is #C871C4. Grayscale: #6A6A6A. Windows color (decimal): -13136325 or 3903031. OLE color: 3903031.

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

Color convert

RGB5514259-
CMYK0.6100.580.44
HSL122.76º44.16%38.63%-
HSV(B)122.76º61.27%55.69%-
XYZ12.0420.477.46-
YUV106.52101.1891.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=21.48%
G=55.47%
B=23.05%

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
Decimal55142590.6100.580.44122.7644.1638.63
Hex378E3B3D03A2C7b2c27
Octal672167375072541735447
Binary1101111000111011101111110101110101011001111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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