#387339

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

Shades of Japanese Laurel #387339

Tints of Japanese Laurel #387339

Color information

#387339 (or 0x387339) is unknown color: approx Japanese Laurel. HEX triplet: 38, 73 and 39. RGB value is (56,115,57). Sum of RGB (Red+Green+Blue) = 56+115+57=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #387339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387339 is #C78CC6. Grayscale: #5A5A5A. Windows color (decimal): -13077703 or 3765048. OLE color: 3765048.

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

Color convert

RGB5611557-
CMYK0.5100.500.55
HSL121.02º34.5%33.53%-
HSV(B)121.02º51.3%45.1%-
XYZ8.513.46.01-
YUV90.75108.95103.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 57 (22.66% from 255) = 25%
R=24.56%
G=50.44%
B=25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115570.5100.500.55121.0234.533.53
Hex3873393303237792322
Octal701637163062671714342
Binary111000111001111100111001101100101101111111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387339; }

 p { color: rgb(56,115,57); }

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

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

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

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

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

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

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