#377641

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

Shades of Japanese Laurel #377641

Tints of Japanese Laurel #377641

Color information

#377641 (or 0x377641) is unknown color: approx Japanese Laurel. HEX triplet: 37, 76 and 41. RGB value is (55,118,65). Sum of RGB (Red+Green+Blue) = 55+118+65=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #377641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377641 is #C889BE. Grayscale: #5D5D5D. Windows color (decimal): -13142463 or 4290103. OLE color: 4290103.

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

Color convert

RGB5511865-
CMYK0.5300.450.54
HSL129.52º36.42%33.92%-
HSV(B)129.52º53.39%46.27%-
XYZ9.0114.157.26-
YUV93.12112.13100.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=23.11%
G=49.58%
B=27.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118650.5300.450.54129.5236.4233.92
Hex3776413502D36822422
Octal6716610165055662024442
Binary11011111101101000001110101010110111011010000010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377641; }

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

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

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

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

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

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

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

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