#377939

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

Shades of Japanese Laurel #377939

Tints of Japanese Laurel #377939

Color information

#377939 (or 0x377939) is unknown color: approx Japanese Laurel. HEX triplet: 37, 79 and 39. RGB value is (55,121,57). Sum of RGB (Red+Green+Blue) = 55+121+57=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #377939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377939 is #C886C6. Grayscale: #5E5E5E. Windows color (decimal): -13141703 or 3766583. OLE color: 3766583.

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

Color convert

RGB5512157-
CMYK0.5500.530.53
HSL121.82º37.5%34.51%-
HSV(B)121.82º54.55%47.45%-
XYZ9.1514.786.24-
YUV93.97107.13100.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=23.61%
G=51.93%
B=24.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121570.5500.530.53121.8237.534.51
Hex37793937035357a2623
Octal671717167065651724643
Binary110111111100111100111011101101011101011111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377939; }

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

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

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

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

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

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

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

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