#378642

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

Shades of Japanese Laurel #378642

Tints of Japanese Laurel #378642

Color information

#378642 (or 0x378642) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 42. RGB value is (55,134,66). Sum of RGB (Red+Green+Blue) = 55+134+66=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #378642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378642 is #C879BD. Grayscale: #666666. Windows color (decimal): -13138366 or 4359735. OLE color: 4359735.

HSL color Cylindrical-coordinate representation of color #378642: hue angle of 128.35º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378642 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5513466-
CMYK0.5900.510.47
HSL128.35º41.8%37.06%-
HSV(B)128.35º58.96%52.55%-
XYZ11.0818.268.09-
YUV102.63107.3394.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=21.57%
G=52.55%
B=25.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134660.5900.510.47128.3541.837.06
Hex3786423B0332F802a25
Octal6720610273063572005245
Binary110111100001101000010111011011001110111110000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378642; }

 p { color: rgb(55,134,66); }

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

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

 a { background-color: rgb(55,134,66); }

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

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

 span { border-color: rgb(55,134,66); }

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