#378341

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

Shades of Japanese Laurel #378341

Tints of Japanese Laurel #378341

Color information

#378341 (or 0x378341) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 41. RGB value is (55,131,65). Sum of RGB (Red+Green+Blue) = 55+131+65=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #378341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378341 is #C87CBE. Grayscale: #646464. Windows color (decimal): -13139135 or 4293431. OLE color: 4293431.

HSL color Cylindrical-coordinate representation of color #378341: hue angle of 127.89º 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 #378341 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB5513165-
CMYK0.5800.500.49
HSL127.89º40.86%36.47%-
HSV(B)127.89º58.02%51.37%-
XYZ10.6517.437.8-
YUV100.75107.8295.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=21.91%
G=52.19%
B=25.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131650.5800.500.49127.8940.8636.47
Hex3783413A03231802924
Octal6720310172062612005144
Binary110111100000111000001111010011001011000110000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378341; }

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

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

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

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

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

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

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

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