#387C3F

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

Shades of Japanese Laurel #387C3F

Tints of Japanese Laurel #387C3F

Color information

#387C3F (or 0x387C3F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7C and 3F. RGB value is (56,124,63). Sum of RGB (Red+Green+Blue) = 56+124+63=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #387C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C3F is #C783C0. Grayscale: #606060. Windows color (decimal): -13075393 or 4160568. OLE color: 4160568.

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

Color convert

RGB5612463-
CMYK0.5500.490.51
HSL126.18º37.78%35.29%-
HSV(B)126.18º54.84%48.63%-
XYZ9.7415.617.2-
YUV96.71108.9798.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 63 (25% from 255) = 25.93%
R=23.05%
G=51.03%
B=25.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124630.5500.490.51126.1837.7835.29
Hex387C3F37031337e2623
Octal701747767061631764643
Binary111000111110011111111011101100011100111111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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