#376E3B

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

Shades of Japanese Laurel #376E3B

Tints of Japanese Laurel #376E3B

Color information

#376E3B (or 0x376E3B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 6E and 3B. RGB value is (55,110,59). Sum of RGB (Red+Green+Blue) = 55+110+59=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #376E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376E3B is #C891C4. Grayscale: #575757. Windows color (decimal): -13144517 or 3894839. OLE color: 3894839.

HSL color Cylindrical-coordinate representation of color #376E3B: hue angle of 124.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376E3B is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB5511059-
CMYK0.500.460.57
HSL124.36º33.33%32.35%-
HSV(B)124.36º50%43.14%-
XYZ7.9412.286.09-
YUV87.74111.78104.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=24.55%
G=49.11%
B=26.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110590.500.460.57124.3633.3332.35
Hex376E3B3202E397c2120
Octal671567362056711744140
Binary110111110111011101111001001011101110011111100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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