#377738

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

Shades of Japanese Laurel #377738

Tints of Japanese Laurel #377738

Color information

#377738 (or 0x377738) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 38. RGB value is (55,119,56). Sum of RGB (Red+Green+Blue) = 55+119+56=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #377738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377738 is #C888C7. Grayscale: #5C5C5C. Windows color (decimal): -13142216 or 3700535. OLE color: 3700535.

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

Color convert

RGB5511956-
CMYK0.5400.530.53
HSL120.94º36.78%34.12%-
HSV(B)120.94º53.78%46.67%-
XYZ8.8914.296.03-
YUV92.68107.3101.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=23.91%
G=51.74%
B=24.35%

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
Decimal55119560.5400.530.53120.9436.7834.12
Hex3777383603535792522
Octal671677066065651714542
Binary110111111011111100011011001101011101011111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377738; }

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

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

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

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

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

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

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

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