#377834

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

Shades of Japanese Laurel #377834

Tints of Japanese Laurel #377834

Color information

#377834 (or 0x377834) is unknown color: approx Japanese Laurel. HEX triplet: 37, 78 and 34. RGB value is (55,120,52). Sum of RGB (Red+Green+Blue) = 55+120+52=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #377834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377834 is #C887CB. Grayscale: #5D5D5D. Windows color (decimal): -13141964 or 3438647. OLE color: 3438647.

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

Color convert

RGB5512052-
CMYK0.5400.570.53
HSL117.35º39.53%33.73%-
HSV(B)117.35º56.67%47.06%-
XYZ8.9114.495.58-
YUV92.81104.97101.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=24.23%
G=52.86%
B=22.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120520.5400.570.53117.3539.5333.73
Hex3778343603935752822
Octal671706466071651655042
Binary110111111100011010011011001110011101011110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377834; }

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

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

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

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

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

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

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

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