#377B39

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

Shades of Japanese Laurel #377B39

Tints of Japanese Laurel #377B39

Color information

#377B39 (or 0x377B39) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7B and 39. RGB value is (55,123,57). Sum of RGB (Red+Green+Blue) = 55+123+57=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #377B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B39 is #C884C6. Grayscale: #5F5F5F. Windows color (decimal): -13141191 or 3767095. OLE color: 3767095.

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

Color convert

RGB5512357-
CMYK0.5500.540.52
HSL121.76º38.2%34.9%-
HSV(B)121.76º55.28%48.24%-
XYZ9.415.276.32-
YUV95.14106.4799.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=23.40%
G=52.34%
B=24.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55123570.5500.540.52121.7638.234.9
Hex377B3937036347a2623
Octal671737167066641724643
Binary110111111101111100111011101101101101001111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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