#387734

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

Shades of Japanese Laurel #387734

Tints of Japanese Laurel #387734

Color information

#387734 (or 0x387734) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 34. RGB value is (56,119,52). Sum of RGB (Red+Green+Blue) = 56+119+52=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #387734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387734 is #C788CB. Grayscale: #5C5C5C. Windows color (decimal): -13076684 or 3438392. OLE color: 3438392.

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

Color convert

RGB5611952-
CMYK0.5300.560.53
HSL116.42º39.18%33.53%-
HSV(B)116.42º56.3%46.67%-
XYZ8.8514.285.54-
YUV92.52105.13101.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=24.67%
G=52.42%
B=22.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119520.5300.560.53116.4239.1833.53
Hex3877343503835742722
Octal701676465070651644742
Binary111000111011111010011010101110001101011110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387734; }

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

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

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

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

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

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

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

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