#387130

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

Shades of Japanese Laurel #387130

Tints of Japanese Laurel #387130

Color information

#387130 (or 0x387130) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 30. RGB value is (56,113,48). Sum of RGB (Red+Green+Blue) = 56+113+48=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #387130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387130 is #C78ECF. Grayscale: #585858. Windows color (decimal): -13078224 or 3174712. OLE color: 3174712.

HSL color Cylindrical-coordinate representation of color #387130: hue angle of 112.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387130 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5611348-
CMYK0.5000.580.56
HSL112.62º40.37%31.57%-
HSV(B)112.62º57.52%44.31%-
XYZ8.0712.864.85-
YUV88.55105.12104.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=25.81%
G=52.07%
B=22.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113480.5000.580.56112.6240.3731.57
Hex3871303203A38712820
Octal701616062072701615040
Binary111000111000111000011001001110101110001110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387130; }

 p { color: rgb(56,113,48); }

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

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

 a { background-color: rgb(56,113,48); }

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

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

 span { border-color: rgb(56,113,48); }

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