#377F41

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

Shades of Japanese Laurel #377F41

Tints of Japanese Laurel #377F41

Color information

#377F41 (or 0x377F41) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7F and 41. RGB value is (55,127,65). Sum of RGB (Red+Green+Blue) = 55+127+65=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #377F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F41 is #C880BE. Grayscale: #626262. Windows color (decimal): -13140159 or 4292407. OLE color: 4292407.

HSL color Cylindrical-coordinate representation of color #377F41: hue angle of 128.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F41 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB5512765-
CMYK0.5700.490.50
HSL128.33º39.56%35.69%-
HSV(B)128.33º56.69%49.8%-
XYZ10.1216.377.63-
YUV98.4109.1597.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=22.27%
G=51.42%
B=26.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55127650.5700.490.50128.3339.5635.69
Hex377F413903132802824
Octal6717710171061622005044
Binary11011111111111000001111001011000111001010000000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,127,65); }

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

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

 a { background-color: rgb(55,127,65); }

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

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

 span { border-color: rgb(55,127,65); }

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