#377C3F

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

Shades of Japanese Laurel #377C3F

Tints of Japanese Laurel #377C3F

Color information

#377C3F (or 0x377C3F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7C and 3F. RGB value is (55,124,63). Sum of RGB (Red+Green+Blue) = 55+124+63=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #377C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C3F is #C883C0. Grayscale: #606060. Windows color (decimal): -13140929 or 4160567. OLE color: 4160567.

HSL color Cylindrical-coordinate representation of color #377C3F: hue angle of 126.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C3F is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB5512463-
CMYK0.5600.490.51
HSL126.96º38.55%35.1%-
HSV(B)126.96º55.65%48.63%-
XYZ9.6815.597.2-
YUV96.42109.1498.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 63 (25% from 255) = 26.03%
R=22.73%
G=51.24%
B=26.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55124630.5600.490.51126.9638.5535.1
Hex377C3F38031337f2723
Octal671747770061631774743
Binary110111111110011111111100001100011100111111111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,63); }

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

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

 a { background-color: rgb(55,124,63); }

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

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

 span { border-color: rgb(55,124,63); }

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