#387B3A

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

Shades of Japanese Laurel #387B3A

Tints of Japanese Laurel #387B3A

Color information

#387B3A (or 0x387B3A) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7B and 3A. RGB value is (56,123,58). Sum of RGB (Red+Green+Blue) = 56+123+58=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #387B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B3A is #C784C5. Grayscale: #5F5F5F. Windows color (decimal): -13075654 or 3832632. OLE color: 3832632.

HSL color Cylindrical-coordinate representation of color #387B3A: hue angle of 121.79º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B3A is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB5612358-
CMYK0.5400.530.52
HSL121.79º37.43%35.1%-
HSV(B)121.79º54.47%48.24%-
XYZ9.4815.316.46-
YUV95.56106.899.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=23.63%
G=51.90%
B=24.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123580.5400.530.52121.7937.4335.1
Hex387B3A36035347a2523
Octal701737266065641724543
Binary111000111101111101011011001101011101001111010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387B3A; }

 p { color: rgb(56,123,58); }

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

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

 a { background-color: rgb(56,123,58); }

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

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

 span { border-color: rgb(56,123,58); }

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