#377838

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

Shades of Japanese Laurel #377838

Tints of Japanese Laurel #377838

Color information

#377838 (or 0x377838) is unknown color: approx Japanese Laurel. HEX triplet: 37, 78 and 38. RGB value is (55,120,56). Sum of RGB (Red+Green+Blue) = 55+120+56=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #377838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377838 is #C887C7. Grayscale: #5D5D5D. Windows color (decimal): -13141960 or 3700791. OLE color: 3700791.

HSL color Cylindrical-coordinate representation of color #377838: hue angle of 120.92º 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 #377838 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5512056-
CMYK0.5400.530.53
HSL120.92º37.14%34.31%-
HSV(B)120.92º54.17%47.06%-
XYZ9.0114.536.07-
YUV93.27106.97100.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=23.81%
G=51.95%
B=24.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120560.5400.530.53120.9237.1434.31
Hex3778383603535792522
Octal671707066065651714542
Binary110111111100011100011011001101011101011111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377838; }

 p { color: rgb(55,120,56); }

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

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

 a { background-color: rgb(55,120,56); }

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

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

 span { border-color: rgb(55,120,56); }

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