#376D3B

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

Shades of Japanese Laurel #376D3B

Tints of Japanese Laurel #376D3B

Color information

#376D3B (or 0x376D3B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 6D and 3B. RGB value is (55,109,59). Sum of RGB (Red+Green+Blue) = 55+109+59=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #376D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376D3B is #C892C4. Grayscale: #575757. Windows color (decimal): -13144773 or 3894583. OLE color: 3894583.

HSL color Cylindrical-coordinate representation of color #376D3B: hue angle of 124.44º 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 #376D3B is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB5510959-
CMYK0.5000.460.57
HSL124.44º32.93%32.16%-
HSV(B)124.44º49.54%42.75%-
XYZ7.8312.076.05-
YUV87.15112.11105.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 109 (42.97% from 255) = 48.88%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=24.66%
G=48.88%
B=26.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55109590.5000.460.57124.4432.9332.16
Hex376D3B3202E397c2120
Octal671557362056711744140
Binary110111110110111101111001001011101110011111100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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