#387B38

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

Shades of Japanese Laurel #387B38

Tints of Japanese Laurel #387B38

Color information

#387B38 (or 0x387B38) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7B and 38. RGB value is (56,123,56). Sum of RGB (Red+Green+Blue) = 56+123+56=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #387B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B38 is #C784C7. Grayscale: #5F5F5F. Windows color (decimal): -13075656 or 3701560. OLE color: 3701560.

HSL color Cylindrical-coordinate representation of color #387B38: hue angle of 120º 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 #387B38 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB5612356-
CMYK0.5400.540.52
HSL120º37.43%35.1%-
HSV(B)120º54.47%48.24%-
XYZ9.4315.296.2-
YUV95.33105.899.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=23.83%
G=52.34%
B=23.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123560.5400.540.5212037.4335.1
Hex387B383603634782523
Octal701737066066641704543
Binary111000111101111100011011001101101101001111000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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