#377334

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

Shades of Japanese Laurel #377334

Tints of Japanese Laurel #377334

Color information

#377334 (or 0x377334) is unknown color: approx Japanese Laurel. HEX triplet: 37, 73 and 34. RGB value is (55,115,52). Sum of RGB (Red+Green+Blue) = 55+115+52=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #377334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377334 is #C88CCB. Grayscale: #5A5A5A. Windows color (decimal): -13143244 or 3437367. OLE color: 3437367.

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

Color convert

RGB5511552-
CMYK0.5200.550.55
HSL117.14º37.72%32.75%-
HSV(B)117.14º54.78%45.1%-
XYZ8.3313.325.38-
YUV89.88106.62103.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=24.77%
G=51.80%
B=23.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115520.5200.550.55117.1437.7232.75
Hex3773343403737752621
Octal671636464067671654641
Binary110111111001111010011010001101111101111110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377334; }

 p { color: rgb(55,115,52); }

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

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

 a { background-color: rgb(55,115,52); }

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

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

 span { border-color: rgb(55,115,52); }

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