#387739

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

Shades of Japanese Laurel #387739

Tints of Japanese Laurel #387739

Color information

#387739 (or 0x387739) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 39. RGB value is (56,119,57). Sum of RGB (Red+Green+Blue) = 56+119+57=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #387739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387739 is #C788C6. Grayscale: #5D5D5D. Windows color (decimal): -13076679 or 3766072. OLE color: 3766072.

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

Color convert

RGB5611957-
CMYK0.5300.520.53
HSL120.95º36%34.31%-
HSV(B)120.95º52.94%46.67%-
XYZ8.9714.336.16-
YUV93.1107.63101.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=24.14%
G=51.29%
B=24.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119570.5300.520.53120.953634.31
Hex3877393503435792422
Octal701677165064651714442
Binary111000111011111100111010101101001101011111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387739; }

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

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

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

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

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

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

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

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