#378342

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

Shades of Japanese Laurel #378342

Tints of Japanese Laurel #378342

Color information

#378342 (or 0x378342) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 42. RGB value is (55,131,66). Sum of RGB (Red+Green+Blue) = 55+131+66=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #378342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378342 is #C87CBD. Grayscale: #656565. Windows color (decimal): -13139134 or 4358967. OLE color: 4358967.

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

Color convert

RGB5513166-
CMYK0.5800.500.49
HSL128.68º40.86%36.47%-
HSV(B)128.68º58.02%51.37%-
XYZ10.6817.447.96-
YUV100.87108.3295.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=21.83%
G=51.98%
B=26.19%

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
Decimal55131660.5800.500.49128.6840.8636.47
Hex3783423A03231812924
Octal6720310272062612015144
Binary110111100000111000010111010011001011000110000001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378342; }

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

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

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

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

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

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

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

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