#378442

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

Shades of Japanese Laurel #378442

Tints of Japanese Laurel #378442

Color information

#378442 (or 0x378442) is unknown color: approx Japanese Laurel. HEX triplet: 37, 84 and 42. RGB value is (55,132,66). Sum of RGB (Red+Green+Blue) = 55+132+66=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #378442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378442 is #C87BBD. Grayscale: #656565. Windows color (decimal): -13138878 or 4359223. OLE color: 4359223.

HSL color Cylindrical-coordinate representation of color #378442: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378442 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB5513266-
CMYK0.5800.50.48
HSL128.57º41.18%36.67%-
HSV(B)128.57º58.33%51.76%-
XYZ10.8117.718-
YUV101.45107.9994.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=21.74%
G=52.17%
B=26.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132660.5800.50.48128.5741.1836.67
Hex3784423A03230812925
Octal6720410272062602015145
Binary110111100001001000010111010011001011000010000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378442; }

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

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

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

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

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

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

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

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