#378633

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

Shades of Japanese Laurel #378633

Tints of Japanese Laurel #378633

Color information

#378633 (or 0x378633) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 33. RGB value is (55,134,51). Sum of RGB (Red+Green+Blue) = 55+134+51=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #378633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378633 is #C879CC. Grayscale: #656565. Windows color (decimal): -13138381 or 3376695. OLE color: 3376695.

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

Color convert

RGB5513451-
CMYK0.5900.620.47
HSL117.11º44.86%36.27%-
HSV(B)117.11º61.94%52.55%-
XYZ10.718.16.06-
YUV100.9299.8395.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=22.92%
G=55.83%
B=21.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134510.5900.620.47117.1144.8636.27
Hex3786333B03E2F752d24
Octal672066373076571655544
Binary1101111000011011001111101101111101011111110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378633; }

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

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

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

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

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

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

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

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