#387f3e

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

Shades of Japanese Laurel #387F3E

Tints of Japanese Laurel #387F3E

Color information

#387F3E (or 0x387F3E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7F and 3E. RGB value is (56,127,62). Sum of RGB (Red+Green+Blue) = 56+127+62=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #387F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F3E is #C780C1. Grayscale: #626262. Windows color (decimal): -13074626 or 4095800. OLE color: 4095800.

HSL color Cylindrical-coordinate representation of color #387F3E: hue angle of 125.07º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F3E is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB5612762-
CMYK0.5600.510.50
HSL125.07º38.8%35.88%-
HSV(B)125.07º55.91%49.8%-
XYZ10.0916.377.18-
YUV98.36107.4897.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 127 (50% from 255) = 51.84%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=22.86%
G=51.84%
B=25.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127620.5600.510.50125.0738.835.88
Hex387F3E38033327d2724
Octal701777670063621754744
Binary111000111111111111011100001100111100101111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387f3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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