#387B3E

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

Shades of Japanese Laurel #387B3E

Tints of Japanese Laurel #387B3E

Color information

#387B3E (or 0x387B3E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7B and 3E. RGB value is (56,123,62). Sum of RGB (Red+Green+Blue) = 56+123+62=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #387B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B3E is #C784C1. Grayscale: #606060. Windows color (decimal): -13075650 or 4094776. OLE color: 4094776.

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

Color convert

RGB5612362-
CMYK0.5400.500.52
HSL125.37º37.43%35.1%-
HSV(B)125.37º54.47%48.24%-
XYZ9.5815.357.02-
YUV96.01108.899.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=23.24%
G=51.04%
B=25.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123620.5400.500.52125.3737.4335.1
Hex387B3E36032347d2523
Octal701737666062641754543
Binary111000111101111111011011001100101101001111101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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