#387231

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

Shades of Japanese Laurel #387231

Tints of Japanese Laurel #387231

Color information

#387231 (or 0x387231) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 31. RGB value is (56,114,49). Sum of RGB (Red+Green+Blue) = 56+114+49=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #387231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387231 is #C78DCE. Grayscale: #595959. Windows color (decimal): -13077967 or 3240504. OLE color: 3240504.

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

Color convert

RGB5611449-
CMYK0.5100.570.55
HSL113.54º39.88%31.96%-
HSV(B)113.54º57.02%44.71%-
XYZ8.213.15-
YUV89.25105.28104.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=25.57%
G=52.05%
B=22.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114490.5100.570.55113.5439.8831.96
Hex3872313303937722820
Octal701626163071671625040
Binary111000111001011000111001101110011101111110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387231; }

 p { color: rgb(56,114,49); }

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

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

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

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

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

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

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