#387F3F

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

Shades of Japanese Laurel #387F3F

Tints of Japanese Laurel #387F3F

Color information

#387F3F (or 0x387F3F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7F and 3F. RGB value is (56,127,63). Sum of RGB (Red+Green+Blue) = 56+127+63=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #387F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F3F is #C780C0. Grayscale: #626262. Windows color (decimal): -13074625 or 4161336. OLE color: 4161336.

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

Color convert

RGB5612763-
CMYK0.5600.500.50
HSL125.92º38.8%35.88%-
HSV(B)125.92º55.91%49.8%-
XYZ10.1216.387.33-
YUV98.48107.9897.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 63 (25% from 255) = 25.61%
R=22.76%
G=51.63%
B=25.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127630.5600.500.50125.9238.835.88
Hex387F3F38032327e2724
Octal701777770062621764744
Binary111000111111111111111100001100101100101111110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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