#377440

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

Shades of Japanese Laurel #377440

Tints of Japanese Laurel #377440

Color information

#377440 (or 0x377440) is unknown color: approx Japanese Laurel. HEX triplet: 37, 74 and 40. RGB value is (55,116,64). Sum of RGB (Red+Green+Blue) = 55+116+64=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #377440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377440 is #C88BBF. Grayscale: #5B5B5B. Windows color (decimal): -13142976 or 4224055. OLE color: 4224055.

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

Color convert

RGB5511664-
CMYK0.5300.450.55
HSL128.85º35.67%33.53%-
HSV(B)128.85º52.59%45.49%-
XYZ8.7513.677.03-
YUV91.83112.29101.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=23.40%
G=49.36%
B=27.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116640.5300.450.55128.8535.6733.53
Hex3774403502D37812422
Octal6716410065055672014442
Binary11011111101001000000110101010110111011110000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377440; }

 p { color: rgb(55,116,64); }

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

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

 a { background-color: rgb(55,116,64); }

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

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

 span { border-color: rgb(55,116,64); }

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