#387334

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

Shades of Japanese Laurel #387334

Tints of Japanese Laurel #387334

Color information

#387334 (or 0x387334) is unknown color: approx Japanese Laurel. HEX triplet: 38, 73 and 34. RGB value is (56,115,52). Sum of RGB (Red+Green+Blue) = 56+115+52=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #387334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387334 is #C78CCB. Grayscale: #5A5A5A. Windows color (decimal): -13077708 or 3437368. OLE color: 3437368.

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

Color convert

RGB5611552-
CMYK0.5100.550.55
HSL116.19º37.72%32.75%-
HSV(B)116.19º54.78%45.1%-
XYZ8.3813.355.38-
YUV90.18106.45103.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=25.11%
G=51.57%
B=23.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115520.5100.550.55116.1937.7232.75
Hex3873343303737742621
Octal701636463067671644641
Binary111000111001111010011001101101111101111110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387334; }

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

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

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

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

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

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

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

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