#376B35

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

Shades of Japanese Laurel #376B35

Tints of Japanese Laurel #376B35

Color information

#376B35 (or 0x376B35) is unknown color: approx Japanese Laurel. HEX triplet: 37, 6B and 35. RGB value is (55,107,53). Sum of RGB (Red+Green+Blue) = 55+107+53=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #376B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B35 is #C894CA. Grayscale: #555555. Windows color (decimal): -13145291 or 3500855. OLE color: 3500855.

HSL color Cylindrical-coordinate representation of color #376B35: hue angle of 117.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376B35 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB5510753-
CMYK0.4900.500.58
HSL117.78º33.75%31.37%-
HSV(B)117.78º50.47%41.96%-
XYZ7.4811.585.21-
YUV85.3109.77106.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=25.58%
G=49.77%
B=24.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107530.4900.500.58117.7833.7531.37
Hex376B35310323A76221f
Octal671536561062721664237
Binary11011111010111101011100010110010111010111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,53); }

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

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

 a { background-color: rgb(55,107,53); }

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

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

 span { border-color: rgb(55,107,53); }

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