#387938

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

Shades of Japanese Laurel #387938

Tints of Japanese Laurel #387938

Color information

#387938 (or 0x387938) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 38. RGB value is (56,121,56). Sum of RGB (Red+Green+Blue) = 56+121+56=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #387938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387938 is #C786C7. Grayscale: #5E5E5E. Windows color (decimal): -13076168 or 3701048. OLE color: 3701048.

HSL color Cylindrical-coordinate representation of color #387938: hue angle of 120º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387938 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB5612156-
CMYK0.5400.540.53
HSL120º36.72%34.71%-
HSV(B)120º53.72%47.45%-
XYZ9.1814.86.11-
YUV94.16106.47100.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=24.03%
G=51.93%
B=24.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121560.5400.540.5312036.7234.71
Hex3879383603635782523
Octal701717066066651704543
Binary111000111100111100011011001101101101011111000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387938; }

 p { color: rgb(56,121,56); }

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

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

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

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

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

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

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