#387B37

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

Shades of Japanese Laurel #387B37

Tints of Japanese Laurel #387B37

Color information

#387B37 (or 0x387B37) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7B and 37. RGB value is (56,123,55). Sum of RGB (Red+Green+Blue) = 56+123+55=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #387B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B37 is #C784C8. Grayscale: #5F5F5F. Windows color (decimal): -13075657 or 3636024. OLE color: 3636024.

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

Color convert

RGB5612355-
CMYK0.5400.550.52
HSL119.12º38.2%34.9%-
HSV(B)119.12º55.28%48.24%-
XYZ9.415.286.07-
YUV95.21105.3100.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 123 (48.44% from 255) = 52.56%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=23.93%
G=52.56%
B=23.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123550.5400.550.52119.1238.234.9
Hex387B373603734772623
Octal701736766067641674643
Binary111000111101111011111011001101111101001110111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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