#377A39

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

Shades of Japanese Laurel #377A39

Tints of Japanese Laurel #377A39

Color information

#377A39 (or 0x377A39) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7A and 39. RGB value is (55,122,57). Sum of RGB (Red+Green+Blue) = 55+122+57=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #377A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A39 is #C885C6. Grayscale: #5E5E5E. Windows color (decimal): -13141447 or 3766839. OLE color: 3766839.

HSL color Cylindrical-coordinate representation of color #377A39: hue angle of 121.79º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A39 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB5512257-
CMYK0.5500.530.52
HSL121.79º37.85%34.71%-
HSV(B)121.79º54.92%47.84%-
XYZ9.2715.036.28-
YUV94.56106.899.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=23.50%
G=52.14%
B=24.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55122570.5500.530.52121.7937.8534.71
Hex377A3937035347a2623
Octal671727167065641724643
Binary110111111101011100111011101101011101001111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A39; }

 p { color: rgb(55,122,57); }

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

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

 a { background-color: rgb(55,122,57); }

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

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

 span { border-color: rgb(55,122,57); }

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