#378639

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

Shades of Japanese Laurel #378639

Tints of Japanese Laurel #378639

Color information

#378639 (or 0x378639) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 39. RGB value is (55,134,57). Sum of RGB (Red+Green+Blue) = 55+134+57=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #378639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378639 is #C879C6. Grayscale: #656565. Windows color (decimal): -13138375 or 3769911. OLE color: 3769911.

HSL color Cylindrical-coordinate representation of color #378639: hue angle of 121.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378639 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5513457-
CMYK0.5900.570.47
HSL121.52º41.8%37.06%-
HSV(B)121.52º58.96%52.55%-
XYZ10.8418.166.8-
YUV101.6102.8394.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=22.36%
G=54.47%
B=23.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134570.5900.570.47121.5241.837.06
Hex3786393B0392F7a2a25
Octal672067173071571725245
Binary1101111000011011100111101101110011011111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378639; }

 p { color: rgb(55,134,57); }

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

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

 a { background-color: rgb(55,134,57); }

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

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

 span { border-color: rgb(55,134,57); }

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