#377740

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

Shades of Japanese Laurel #377740

Tints of Japanese Laurel #377740

Color information

#377740 (or 0x377740) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 40. RGB value is (55,119,64). Sum of RGB (Red+Green+Blue) = 55+119+64=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #377740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377740 is #C888BF. Grayscale: #5D5D5D. Windows color (decimal): -13142208 or 4224823. OLE color: 4224823.

HSL color Cylindrical-coordinate representation of color #377740: hue angle of 128.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377740 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5511964-
CMYK0.5400.460.53
HSL128.44º36.78%34.12%-
HSV(B)128.44º53.78%46.67%-
XYZ9.114.387.15-
YUV93.59111.3100.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=23.11%
G=50%
B=26.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119640.5400.460.53128.4436.7834.12
Hex3777403602E35802522
Octal6716710066056652004542
Binary11011111101111000000110110010111011010110000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377740; }

 p { color: rgb(55,119,64); }

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

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

 a { background-color: rgb(55,119,64); }

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

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

 span { border-color: rgb(55,119,64); }

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