#387B32

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

Shades of Japanese Laurel #387B32

Tints of Japanese Laurel #387B32

Color information

#387B32 (or 0x387B32) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7B and 32. RGB value is (56,123,50). Sum of RGB (Red+Green+Blue) = 56+123+50=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #387B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B32 is #C784CD. Grayscale: #5E5E5E. Windows color (decimal): -13075662 or 3308344. OLE color: 3308344.

HSL color Cylindrical-coordinate representation of color #387B32: hue angle of 115.07º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387B32 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB5612350-
CMYK0.5400.590.52
HSL115.07º42.2%33.92%-
HSV(B)115.07º59.35%48.24%-
XYZ9.2915.245.47-
YUV94.64102.8100.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=24.45%
G=53.71%
B=21.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123500.5400.590.52115.0742.233.92
Hex387B323603B34732a22
Octal701736266073641635242
Binary111000111101111001011011001110111101001110011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,123,50); }

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

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

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

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

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

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

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