#377038

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

Shades of Japanese Laurel #377038

Tints of Japanese Laurel #377038

Color information

#377038 (or 0x377038) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 38. RGB value is (55,112,56). Sum of RGB (Red+Green+Blue) = 55+112+56=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #377038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377038 is #C88FC7. Grayscale: #585858. Windows color (decimal): -13144008 or 3698743. OLE color: 3698743.

HSL color Cylindrical-coordinate representation of color #377038: hue angle of 121.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377038 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB5511256-
CMYK0.5100.500.56
HSL121.05º34.13%32.75%-
HSV(B)121.05º50.89%43.92%-
XYZ8.0812.695.76-
YUV88.57109.62104.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=24.66%
G=50.22%
B=25.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112560.5100.500.56121.0534.1332.75
Hex3770383303238792221
Octal671607063062701714241
Binary110111111000011100011001101100101110001111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377038; }

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

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

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

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

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

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

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

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