#378240

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

Shades of Japanese Laurel #378240

Tints of Japanese Laurel #378240

Color information

#378240 (or 0x378240) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 40. RGB value is (55,130,64). Sum of RGB (Red+Green+Blue) = 55+130+64=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #378240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378240 is #C87DBF. Grayscale: #646464. Windows color (decimal): -13139392 or 4227639. OLE color: 4227639.

HSL color Cylindrical-coordinate representation of color #378240: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378240 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5513064-
CMYK0.5800.510.49
HSL127.2º40.54%36.27%-
HSV(B)127.2º57.69%50.98%-
XYZ10.4817.157.61-
YUV100.05107.6595.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=22.09%
G=52.21%
B=25.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130640.5800.510.49127.240.5436.27
Hex3782403A033317f2924
Octal6720210072063611775144
Binary11011110000010100000011101001100111100011111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378240; }

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

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

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

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

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

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

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

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