#377130

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

Shades of Japanese Laurel #377130

Tints of Japanese Laurel #377130

Color information

#377130 (or 0x377130) is unknown color: approx Japanese Laurel. HEX triplet: 37, 71 and 30. RGB value is (55,113,48). Sum of RGB (Red+Green+Blue) = 55+113+48=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #377130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377130 is #C88ECF. Grayscale: #585858. Windows color (decimal): -13143760 or 3174711. OLE color: 3174711.

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

Color convert

RGB5511348-
CMYK0.5100.580.56
HSL113.54º40.37%31.57%-
HSV(B)113.54º57.52%44.31%-
XYZ8.0112.844.85-
YUV88.25105.28104.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=25.46%
G=52.31%
B=22.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113480.5100.580.56113.5440.3731.57
Hex3771303303A38722820
Octal671616063072701625040
Binary110111111000111000011001101110101110001110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377130; }

 p { color: rgb(55,113,48); }

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

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

 a { background-color: rgb(55,113,48); }

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

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

 span { border-color: rgb(55,113,48); }

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