#378331

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

Shades of Japanese Laurel #378331

Tints of Japanese Laurel #378331

Color information

#378331 (or 0x378331) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 31. RGB value is (55,131,49). Sum of RGB (Red+Green+Blue) = 55+131+49=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #378331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378331 is #C87CCE. Grayscale: #636363. Windows color (decimal): -13139151 or 3244855. OLE color: 3244855.

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

Color convert

RGB5513149-
CMYK0.5800.630.49
HSL115.61º45.56%35.29%-
HSV(B)115.61º62.6%51.37%-
XYZ10.2517.275.7-
YUV98.9399.8296.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=23.40%
G=55.74%
B=20.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131490.5800.630.49115.6145.5635.29
Hex3783313A03F31742e23
Octal672036172077611645643
Binary1101111000001111000111101001111111100011110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378331; }

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

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

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

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

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

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

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

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